summaryrefslogtreecommitdiff
path: root/include/comphelper/propagg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propagg.hxx')
-rw-r--r--include/comphelper/propagg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index 3a6ca83e36c1..ecd8f9812975 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COMPHELPER_PROPERTY_AGGREGATION_HXX_
-#define _COMPHELPER_PROPERTY_AGGREGATION_HXX_
+#ifndef INCLUDED_COMPHELPER_PROPAGG_HXX
+#define INCLUDED_COMPHELPER_PROPAGG_HXX
#include <com/sun/star/uno/XAggregation.hpp>
#include <comphelper/propstate.hxx>
@@ -320,6 +320,6 @@ protected:
} // namespace comphelper
//.........................................................................
-#endif // _COMPHELPER_PROPERTY_AGGREGATION_HXX_
+#endif // INCLUDED_COMPHELPER_PROPAGG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */