diff options
Diffstat (limited to 'xmloff/source/text/txtdropi.hxx')
-rw-r--r-- | xmloff/source/text/txtdropi.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/txtdropi.hxx b/xmloff/source/text/txtdropi.hxx index 09e9d979bd8e..4a9d24b102ec 100644 --- a/xmloff/source/text/txtdropi.hxx +++ b/xmloff/source/text/txtdropi.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_TXTDROPI_HXX -#define INCLUDED_XMLOFF_SOURCE_TEXT_TXTDROPI_HXX +#pragma once #include <XMLElementPropertyContext.hxx> @@ -44,6 +43,4 @@ public: const OUString& GetStyleName() const { return sStyleName; } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |