diff options
Diffstat (limited to 'xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx')
-rw-r--r-- | xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx b/xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx index da592981a7d9..0eaad5d33ba5 100644 --- a/xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx +++ b/xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_XMLTEXTCHARSTYLENAMESELEMENTEXPORT_HXX -#define INCLUDED_XMLOFF_SOURCE_TEXT_XMLTEXTCHARSTYLENAMESELEMENTEXPORT_HXX +#pragma once #include <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.hxx> @@ -44,6 +43,4 @@ public: ~XMLTextCharStyleNamesElementExport(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |