summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbamenuitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbamenuitem.hxx')
-rw-r--r--sc/source/ui/vba/vbamenuitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbamenuitem.hxx b/sc/source/ui/vba/vbamenuitem.hxx
index c3c3ee295720..1561ce057d4f 100644
--- a/sc/source/ui/vba/vbamenuitem.hxx
+++ b/sc/source/ui/vba/vbamenuitem.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_MENUITEM_HXX
-#define SC_VBA_MENUITEM_HXX
+#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEM_HXX
+#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEM_HXX
#include <ooo/vba/excel/XMenuItem.hpp>
#include <ooo/vba/XCommandBarControl.hpp>
@@ -34,6 +34,6 @@ public:
virtual OUString getServiceImplName() SAL_OVERRIDE;
virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE;
};
-#endif//SC_VBA_MENUITEM_HXX
+#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */