diff options
Diffstat (limited to 'xmloff/inc/SchXMLImport.hxx')
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index 6b8047afe638..71c85511d85f 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.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_INC_SCHXMLIMPORT_HXX -#define INCLUDED_XMLOFF_INC_SCHXMLIMPORT_HXX +#pragma once #include <xmloff/SchXMLImportHelper.hxx> #include <xmloff/xmlimp.hxx> @@ -45,6 +44,4 @@ public: setTargetDocument(const css::uno::Reference<css::lang::XComponent>& xDoc) override; }; -#endif // INCLUDED_XMLOFF_INC_SCHXMLIMPORT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |