diff options
Diffstat (limited to 'xmlscript/source/inc')
-rw-r--r-- | xmlscript/source/inc/misc.hxx | 4 | ||||
-rw-r--r-- | xmlscript/source/inc/unoservices.hxx | 4 | ||||
-rw-r--r-- | xmlscript/source/inc/xml_import.hxx | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/xmlscript/source/inc/misc.hxx b/xmlscript/source/inc/misc.hxx index 7671deacf989..d70f6b0639a2 100644 --- a/xmlscript/source/inc/misc.hxx +++ b/xmlscript/source/inc/misc.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLSCRIPT_SOURCE_INC_MISC_HXX -#define INCLUDED_XMLSCRIPT_SOURCE_INC_MISC_HXX +#pragma once #include <com/sun/star/uno/Any.hxx> @@ -47,6 +46,5 @@ inline T extract_throw( css::uno::Any const & a ) } -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlscript/source/inc/unoservices.hxx b/xmlscript/source/inc/unoservices.hxx index 03079c009c60..4ad18b40ee23 100644 --- a/xmlscript/source/inc/unoservices.hxx +++ b/xmlscript/source/inc/unoservices.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLSCRIPT_SOURCE_INC_UNOSERVICES_HXX -#define INCLUDED_XMLSCRIPT_SOURCE_INC_UNOSERVICES_HXX +#pragma once #include <sal/config.h> @@ -42,6 +41,5 @@ css::uno::Reference<css::uno::XInterface> create_DocumentHandlerImpl( } -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlscript/source/inc/xml_import.hxx b/xmlscript/source/inc/xml_import.hxx index 8548ae3b5b95..d4a2a4839890 100644 --- a/xmlscript/source/inc/xml_import.hxx +++ b/xmlscript/source/inc/xml_import.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_XMLSCRIPT_SOURCE_INC_XML_IMPORT_HXX -#define INCLUDED_XMLSCRIPT_SOURCE_INC_XML_IMPORT_HXX +#pragma once #include <com/sun/star/xml/input/XRoot.hpp> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> @@ -47,6 +46,5 @@ createDocumentHandler( } -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |