diff options
Diffstat (limited to 'xmloff/inc/animimp.hxx')
-rw-r--r-- | xmloff/inc/animimp.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/animimp.hxx b/xmloff/inc/animimp.hxx index f526af6fb07b..b26c138ab6a5 100644 --- a/xmloff/inc/animimp.hxx +++ b/xmloff/inc/animimp.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_ANIMIMP_HXX -#define INCLUDED_XMLOFF_INC_ANIMIMP_HXX +#pragma once #include <memory> @@ -40,6 +39,4 @@ public: const css::uno::Reference<css::xml::sax::XFastAttributeList>& AttrList) override; }; -#endif // INCLUDED_XMLOFF_INC_ANIMIMP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |