summaryrefslogtreecommitdiff
path: root/framework/inc/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/general.h')
-rw-r--r--framework/inc/general.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/general.h b/framework/inc/general.h
index 57e24101aca7..1fe4955a39d5 100644
--- a/framework/inc/general.h
+++ b/framework/inc/general.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_GENERAL_H_
-#define __FRAMEWORK_GENERAL_H_
+#ifndef INCLUDED_FRAMEWORK_INC_GENERAL_H
+#define INCLUDED_FRAMEWORK_INC_GENERAL_H
#include <macros/generic.hxx>
@@ -29,6 +29,6 @@
#include <rtl/ustring.hxx>
-#endif // #ifndef __FRAMEWORK_GENERAL_H_
+#endif // INCLUDED_FRAMEWORK_INC_GENERAL_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */