summaryrefslogtreecommitdiff
path: root/xmloff/inc/SchXMLImport.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:30:56 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:32 +0200
commita45953ed7c69a33dbe6609e85770b29da29a2167 (patch)
tree9239d88c1decc6cba9b7f3584284e0650eb7391f /xmloff/inc/SchXMLImport.hxx
parent9e775eee3ec964806209656509446b7e1bb92063 (diff)
fixincludeguards.sh: xmloff
Change-Id: I0e7d9daac1ad88fad8d240373e91ef323966bb47
Diffstat (limited to 'xmloff/inc/SchXMLImport.hxx')
-rw-r--r--xmloff/inc/SchXMLImport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx
index b9e3c0aabe84..f531de380e39 100644
--- a/xmloff/inc/SchXMLImport.hxx
+++ b/xmloff/inc/SchXMLImport.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SCH_XMLIMPORT_HXX_
-#define SCH_XMLIMPORT_HXX_
+#ifndef INCLUDED_XMLOFF_INC_SCHXMLIMPORT_HXX
+#define INCLUDED_XMLOFF_INC_SCHXMLIMPORT_HXX
#include <xmloff/SchXMLImportHelper.hxx>
#include <xmloff/xmlimp.hxx>
@@ -178,6 +178,6 @@ public:
virtual void SAL_CALL setTargetDocument( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& xDoc ) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
};
-#endif // SCH_XMLIMPORT_HXX_
+#endif // INCLUDED_XMLOFF_INC_SCHXMLIMPORT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */