summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbamenubar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbamenubar.hxx')
-rw-r--r--sc/source/ui/vba/vbamenubar.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbamenubar.hxx b/sc/source/ui/vba/vbamenubar.hxx
index 5a07657f3a9a..75c1854c6015 100644
--- a/sc/source/ui/vba/vbamenubar.hxx
+++ b/sc/source/ui/vba/vbamenubar.hxx
@@ -6,8 +6,7 @@
* 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 INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBAR_HXX
-#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBAR_HXX
+#pragma once
#include <ooo/vba/excel/XMenuBar.hpp>
#include <ooo/vba/XCommandBar.hpp>
@@ -30,6 +29,5 @@ public:
virtual OUString getServiceImplName() override;
virtual css::uno::Sequence<OUString> getServiceNames() override;
};
-#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBAR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */