diff options
Diffstat (limited to 'sc/source/ui/vba/vbamenuitems.hxx')
-rw-r--r-- | sc/source/ui/vba/vbamenuitems.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/vba/vbamenuitems.hxx b/sc/source/ui/vba/vbamenuitems.hxx index 1e5b7d01d83c..71f43e634c29 100644 --- a/sc/source/ui/vba/vbamenuitems.hxx +++ b/sc/source/ui/vba/vbamenuitems.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_VBAMENUITEMS_HXX -#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEMS_HXX +#pragma once #include <ooo/vba/excel/XMenuItems.hpp> #include <vbahelper/vbacollectionimpl.hxx> @@ -40,6 +39,4 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() override; }; -#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEMS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |