diff options
Diffstat (limited to 'xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx b/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx index e5779a107c17..f1cc400e5e4a 100644 --- a/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx +++ b/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXCHAPTERINFOENTRYCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXCHAPTERINFOENTRYCONTEXT_HXX +#pragma once #include "XMLIndexSimpleEntryContext.hxx" #include <com/sun/star/uno/Reference.h> @@ -65,6 +64,4 @@ protected: css::uno::Sequence<css::beans::PropertyValue> & rValues) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |