summaryrefslogtreecommitdiff
path: root/include/comphelper/componentguard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/componentguard.hxx')
-rw-r--r--include/comphelper/componentguard.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/componentguard.hxx b/include/comphelper/componentguard.hxx
index eb1cfbcc24a8..d9651675b9d2 100644
--- a/include/comphelper/componentguard.hxx
+++ b/include/comphelper/componentguard.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef COMPHELPER_COMPONENTGUARD_HXX
-#define COMPHELPER_COMPONENTGUARD_HXX
+#ifndef INCLUDED_COMPHELPER_COMPONENTGUARD_HXX
+#define INCLUDED_COMPHELPER_COMPONENTGUARD_HXX
#include <com/sun/star/lang/DisposedException.hpp>
@@ -58,6 +58,6 @@ namespace comphelper
} // namespace comphelper
//......................................................................................................................
-#endif // COMPHELPER_COMPONENTGUARD_HXX
+#endif // INCLUDED_COMPHELPER_COMPONENTGUARD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */