summaryrefslogtreecommitdiff
path: root/cui/source/inc/about.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/about.hxx')
-rw-r--r--cui/source/inc/about.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx
index 5588138a70d5..a48d325a25f7 100644
--- a/cui/source/inc/about.hxx
+++ b/cui/source/inc/about.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _ABOUT_HXX
-#define _ABOUT_HXX
+#ifndef INCLUDED_CUI_SOURCE_INC_ABOUT_HXX
+#define INCLUDED_CUI_SOURCE_INC_ABOUT_HXX
#include <vcl/accel.hxx>
#include <vcl/button.hxx>
@@ -69,7 +69,7 @@ public:
DECL_LINK( HandleClick, PushButton* );
};
-#endif // #ifndef _ABOUT_HXX
+#endif // INCLUDED_CUI_SOURCE_INC_ABOUT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */