summaryrefslogtreecommitdiff
path: root/include/comphelper/propertycontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propertycontainer.hxx')
-rw-r--r--include/comphelper/propertycontainer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/propertycontainer.hxx b/include/comphelper/propertycontainer.hxx
index 3d208413a722..4c44310837b6 100644
--- a/include/comphelper/propertycontainer.hxx
+++ b/include/comphelper/propertycontainer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
-#define _COMPHELPER_PROPERTYCONTAINER_HXX_
+#ifndef INCLUDED_COMPHELPER_PROPERTYCONTAINER_HXX
+#define INCLUDED_COMPHELPER_PROPERTYCONTAINER_HXX
#include <comphelper/propertycontainerhelper.hxx>
#include <cppuhelper/propshlp.hxx>
@@ -84,7 +84,7 @@ protected:
} // namespace comphelper
//.........................................................................
-#endif // _COMPHELPER_PROPERTYCONTAINER_HXX_
+#endif // INCLUDED_COMPHELPER_PROPERTYCONTAINER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */