diff options
Diffstat (limited to 'xmloff/source/xforms/TokenContext.hxx')
-rw-r--r-- | xmloff/source/xforms/TokenContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/xforms/TokenContext.hxx b/xmloff/source/xforms/TokenContext.hxx index 57865916ed5a..84ed18ab535e 100644 --- a/xmloff/source/xforms/TokenContext.hxx +++ b/xmloff/source/xforms/TokenContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_TOKENCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_TOKENCONTEXT_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <xmloff/xmltkmap.hxx> @@ -72,6 +71,4 @@ protected: const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList ) = 0; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |