From 75b7ce9c66c682564b3cc15ffb7914ad5e432298 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 22:48:59 +0200 Subject: fixincludeguards.sh: chart2 Change-Id: I166e054926fb975949b3021cbc43b25a222f6198 --- chart2/source/inc/ChartDebugTrace.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chart2/source/inc/ChartDebugTrace.hxx') diff --git a/chart2/source/inc/ChartDebugTrace.hxx b/chart2/source/inc/ChartDebugTrace.hxx index d1580fd0d84f..f8eb950c3c96 100644 --- a/chart2/source/inc/ChartDebugTrace.hxx +++ b/chart2/source/inc/ChartDebugTrace.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART2_CHARTDEBUGTRACE_HXX -#define CHART2_CHARTDEBUGTRACE_HXX +#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTDEBUGTRACE_HXX +#define INCLUDED_CHART2_SOURCE_INC_CHARTDEBUGTRACE_HXX #include #include @@ -57,7 +57,7 @@ OOO_DLLPUBLIC_CHARTTOOLS void ChartDebugTraceDiagram( } // namespace debug } // namespace chart -// CHART2_CHARTDEBUGTRACE_HXX +// INCLUDED_CHART2_SOURCE_INC_CHARTDEBUGTRACE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit