summaryrefslogtreecommitdiff
path: root/include/comphelper/flagguard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/flagguard.hxx')
-rw-r--r--include/comphelper/flagguard.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/flagguard.hxx b/include/comphelper/flagguard.hxx
index af1f1ea1e4fd..713e624e9b47 100644
--- a/include/comphelper/flagguard.hxx
+++ b/include/comphelper/flagguard.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef COMPHELPER_FLAGGUARD_HXX
-#define COMPHELPER_FLAGGUARD_HXX
+#ifndef INCLUDED_COMPHELPER_FLAGGUARD_HXX
+#define INCLUDED_COMPHELPER_FLAGGUARD_HXX
#include "comphelper/scopeguard.hxx"
@@ -73,6 +73,6 @@ namespace comphelper
} // namespace comphelper
//......................................................................................................................
-#endif // COMPHELPER_FLAGGUARD_HXX
+#endif // INCLUDED_COMPHELPER_FLAGGUARD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */