summaryrefslogtreecommitdiff
path: root/sdext/source/minimizer/graphiccollector.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 02:20:56 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:52 +0100
commitcefed9792d32058b035e860f72ac0d2cfd103658 (patch)
tree0bf34fceb6f8dddb0f3567bf420c0129c9610058 /sdext/source/minimizer/graphiccollector.hxx
parentbfbe8c0b5bf735e6cbf66f57c72deddbd78f2431 (diff)
fixincludeguards.sh: sdext
Change-Id: I5cb8f7fb35121f41aedeff46f50d51d2ee039206
Diffstat (limited to 'sdext/source/minimizer/graphiccollector.hxx')
-rw-r--r--sdext/source/minimizer/graphiccollector.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/minimizer/graphiccollector.hxx b/sdext/source/minimizer/graphiccollector.hxx
index f0fca3cf9866..3cc0b7d7db7e 100644
--- a/sdext/source/minimizer/graphiccollector.hxx
+++ b/sdext/source/minimizer/graphiccollector.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef GRAPHICCOLLECTOR_HXX
-#define GRAPHICCOLLECTOR_HXX
+#ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_GRAPHICCOLLECTOR_HXX
+#define INCLUDED_SDEXT_SOURCE_MINIMIZER_GRAPHICCOLLECTOR_HXX
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/awt/DeviceInfo.hpp>
@@ -94,6 +94,6 @@ class GraphicCollector
// --------------------
-#endif // GRAPHICCOLLECTOR_HXX
+#endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_GRAPHICCOLLECTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */