diff options
Diffstat (limited to 'xmloff/source/text/XMLIndexObjectSourceContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLIndexObjectSourceContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLIndexObjectSourceContext.hxx b/xmloff/source/text/XMLIndexObjectSourceContext.hxx index 907eef03752d..6240a5c28a4d 100644 --- a/xmloff/source/text/XMLIndexObjectSourceContext.hxx +++ b/xmloff/source/text/XMLIndexObjectSourceContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXOBJECTSOURCECONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXOBJECTSOURCECONTEXT_HXX +#pragma once #include "XMLIndexSourceBaseContext.hxx" #include <com/sun/star/uno/Reference.h> @@ -61,6 +60,4 @@ protected: const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |