summaryrefslogtreecommitdiff
path: root/include/comphelper/configurationhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/configurationhelper.hxx')
-rw-r--r--include/comphelper/configurationhelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/configurationhelper.hxx b/include/comphelper/configurationhelper.hxx
index b6377c16e37d..9d1a93448ced 100644
--- a/include/comphelper/configurationhelper.hxx
+++ b/include/comphelper/configurationhelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COMPHELPER_CONFIGURATIONHELPER_HXX_
-#define _COMPHELPER_CONFIGURATIONHELPER_HXX_
+#ifndef INCLUDED_COMPHELPER_CONFIGURATIONHELPER_HXX
+#define INCLUDED_COMPHELPER_CONFIGURATIONHELPER_HXX
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
@@ -235,6 +235,6 @@ class COMPHELPER_DLLPUBLIC ConfigurationHelper
} // namespace comphelper
-#endif // _COMPHELPER_CONFIGURATIONHELPER_HXX_
+#endif // INCLUDED_COMPHELPER_CONFIGURATIONHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */