summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:54:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:09 +0200
commit436f9d16c4b2535ebf927e4fb56c3b7bfee9e509 (patch)
tree9e3f08f270bca9540c78063e8fd28a98910c56b9 /reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx
parent55c70634b891c7da7a0e1606cc0b498b7cbc9d71 (diff)
fixincludeguards.sh: reportdesign
Diffstat (limited to 'reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx b/reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx
index 83cda7b4b848..711884769e17 100644
--- a/reportdesign/source/filter/xml/xmlImportDocumentHandler.hxx
+++ b/reportdesign/source/filter/xml/xmlImportDocumentHandler.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 RPT_IMPORTDOCUMENTHANDLER_HXX_INCLUDED
-#define RPT_IMPORTDOCUMENTHANDLER_HXX_INCLUDED
+#ifndef INCLUDED_REPORTDESIGN_SOURCE_FILTER_XML_XMLIMPORTDOCUMENTHANDLER_HXX
+#define INCLUDED_REPORTDESIGN_SOURCE_FILTER_XML_XMLIMPORTDOCUMENTHANDLER_HXX
#include "sal/config.h"
#include "com/sun/star/uno/XComponentContext.hpp"
@@ -96,6 +96,6 @@ private:
} // namespace rptxml
-#endif // RPT_IMPORTDOCUMENTHANDLER_HXX_INCLUDED
+#endif // INCLUDED_REPORTDESIGN_SOURCE_FILTER_XML_XMLIMPORTDOCUMENTHANDLER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */