summaryrefslogtreecommitdiffstats
path: root/sdext/source/minimizer/configurationaccess.hxx
diff options
context:
space:
mode:
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: */