summaryrefslogtreecommitdiff
path: root/sdext/source/minimizer/configurationaccess.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/configurationaccess.hxx
parentbfbe8c0b5bf735e6cbf66f57c72deddbd78f2431 (diff)
fixincludeguards.sh: sdext
Change-Id: I5cb8f7fb35121f41aedeff46f50d51d2ee039206
Diffstat (limited to 'sdext/source/minimizer/configurationaccess.hxx')
-rw-r--r--sdext/source/minimizer/configurationaccess.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/minimizer/configurationaccess.hxx b/sdext/source/minimizer/configurationaccess.hxx
index 214cc9288ef4..2dddae4ea316 100644
--- a/sdext/source/minimizer/configurationaccess.hxx
+++ b/sdext/source/minimizer/configurationaccess.hxx
@@ -18,8 +18,8 @@
*/
-#ifndef _CONFIGURATION_ACCESS_HXX_
-#define _CONFIGURATION_ACCESS_HXX_
+#ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_CONFIGURATIONACCESS_HXX
+#define INCLUDED_SDEXT_SOURCE_MINIMIZER_CONFIGURATIONACCESS_HXX
#include <vector>
#include "pppoptimizertoken.hxx"
#include <com/sun/star/awt/Size.hpp>
@@ -127,6 +127,6 @@ class ConfigurationAccess
const com::sun::star::uno::Reference< com::sun::star::uno::XInterface >& xRoot, const OUString& sPathToNode );
};
-#endif // _CONFIGURATION_ACCESS_HXX_
+#endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_CONFIGURATIONACCESS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */