summaryrefslogtreecommitdiff
path: root/include/comphelper/propmultiplex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propmultiplex.hxx')
-rw-r--r--include/comphelper/propmultiplex.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/propmultiplex.hxx b/include/comphelper/propmultiplex.hxx
index 28795e57ce8a..ab2c36a1f6b6 100644
--- a/include/comphelper/propmultiplex.hxx
+++ b/include/comphelper/propmultiplex.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COMPHELPER_PROPERTY_MULTIPLEX_HXX_
-#define _COMPHELPER_PROPERTY_MULTIPLEX_HXX_
+#ifndef INCLUDED_COMPHELPER_PROPMULTIPLEX_HXX
+#define INCLUDED_COMPHELPER_PROPMULTIPLEX_HXX
#include <comphelper/propstate.hxx>
#include <cppuhelper/implbase1.hxx>
@@ -104,6 +104,6 @@ namespace comphelper
} // namespace comphelper
//.........................................................................
-#endif // _COMPHELPER_PROPERTY_MULTIPLEX_HXX_
+#endif // INCLUDED_COMPHELPER_PROPMULTIPLEX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */