diff options
Diffstat (limited to 'sc/source/ui/vba/vbacharttitle.hxx')
-rw-r--r-- | sc/source/ui/vba/vbacharttitle.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbacharttitle.hxx b/sc/source/ui/vba/vbacharttitle.hxx index 9091bbf1a356..2b816357e2a2 100644 --- a/sc/source/ui/vba/vbacharttitle.hxx +++ b/sc/source/ui/vba/vbacharttitle.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACHARTTITLE_HXX -#define INCLUDED_SC_SOURCE_UI_VBA_VBACHARTTITLE_HXX +#pragma once #include "vbatitle.hxx" #include <cppuhelper/implbase.hxx> #include <ooo/vba/excel/XChartTitle.hpp> @@ -32,6 +31,5 @@ public: virtual OUString getServiceImplName() override; virtual css::uno::Sequence<OUString> getServiceNames() override; }; -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |