summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbamenus.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbamenus.hxx')
-rw-r--r--sc/source/ui/vba/vbamenus.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbamenus.hxx b/sc/source/ui/vba/vbamenus.hxx
index b58e70066a2e..5a11815b38ec 100644
--- a/sc/source/ui/vba/vbamenus.hxx
+++ b/sc/source/ui/vba/vbamenus.hxx
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef SC_VBA_MENUS_HXX
-#define SC_VBA_MENUS_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAMENUS_HXX
+#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUS_HXX
#include <ooo/vba/excel/XMenus.hpp>
#include <ooo/vba/excel/XMenu.hpp>
@@ -39,6 +39,6 @@ public:
virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE;
};
-#endif//SC_VBA_MENUS_HXX
+#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */