diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 22:48:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:34 +0200 |
commit | 75b7ce9c66c682564b3cc15ffb7914ad5e432298 (patch) | |
tree | 8491dbd9bab992f4c60bf14a31888c89d69ce99a /chart2/source/tools/ImplOPropertySet.hxx | |
parent | 0a1efdbcd25848a7cf09d1a72433d031f9888f25 (diff) |
fixincludeguards.sh: chart2
Change-Id: I166e054926fb975949b3021cbc43b25a222f6198
Diffstat (limited to 'chart2/source/tools/ImplOPropertySet.hxx')
-rw-r--r-- | chart2/source/tools/ImplOPropertySet.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/tools/ImplOPropertySet.hxx b/chart2/source/tools/ImplOPropertySet.hxx index 969cdcdc217f..28e84cc818c9 100644 --- a/chart2/source/tools/ImplOPropertySet.hxx +++ b/chart2/source/tools/ImplOPropertySet.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 CHART_IMPLOPROPERTYSET_HXX -#define CHART_IMPLOPROPERTYSET_HXX +#ifndef INCLUDED_CHART2_SOURCE_TOOLS_IMPLOPROPERTYSET_HXX +#define INCLUDED_CHART2_SOURCE_TOOLS_IMPLOPROPERTYSET_HXX #include <com/sun/star/beans/PropertyState.hpp> #include <com/sun/star/uno/Sequence.hxx> @@ -84,7 +84,7 @@ private: } // namespace impl } // namespace chart -// CHART_IMPLOPROPERTYSET_HXX +// INCLUDED_CHART2_SOURCE_TOOLS_IMPLOPROPERTYSET_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |