diff options
Diffstat (limited to 'xmloff/inc/XMLScriptExportHandler.hxx')
-rw-r--r-- | xmloff/inc/XMLScriptExportHandler.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLScriptExportHandler.hxx b/xmloff/inc/XMLScriptExportHandler.hxx index 57390edd3bf5..4197ba77eeb2 100644 --- a/xmloff/inc/XMLScriptExportHandler.hxx +++ b/xmloff/inc/XMLScriptExportHandler.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLSCRIPTEXPORTHANDLER_HXX -#define INCLUDED_XMLOFF_INC_XMLSCRIPTEXPORTHANDLER_HXX +#pragma once #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustring.hxx> @@ -42,6 +41,4 @@ public: bool bUseWhitespace) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |