summaryrefslogtreecommitdiff
path: root/include/svtools/stdmenu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/stdmenu.hxx')
-rw-r--r--include/svtools/stdmenu.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/stdmenu.hxx b/include/svtools/stdmenu.hxx
index e87a6db8609c..78062fd891b0 100644
--- a/include/svtools/stdmenu.hxx
+++ b/include/svtools/stdmenu.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STDMENU_HXX
-#define _STDMENU_HXX
+#ifndef INCLUDED_SVTOOLS_STDMENU_HXX
+#define INCLUDED_SVTOOLS_STDMENU_HXX
#include <svtools/svtdllapi.h>
#include <tools/link.hxx>
@@ -156,6 +156,6 @@ public:
const Link& GetHighlightHdl() const { return maHighlightHdl; }
};
-#endif // _STDMENU_HXX
+#endif // INCLUDED_SVTOOLS_STDMENU_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */