diff options
Diffstat (limited to 'xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx')
-rw-r--r-- | xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx index d3f689b90349..fe0b24b9040e 100644 --- a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx +++ b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLINDEXBIBLIOGRAPHYCONFIGURATIONCONTEXT_HXX -#define INCLUDED_XMLOFF_INC_XMLINDEXBIBLIOGRAPHYCONFIGURATIONCONTEXT_HXX +#pragma once #include <xmloff/xmlstyle.hxx> #include <xmloff/languagetagodf.hxx> @@ -69,6 +68,4 @@ private: sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |