summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLSettingsExportContext.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:09:35 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:28 +0200
commitb95ee1be9b45352344b090d5b97e25f75b353c52 (patch)
treed1a27d7af191f7d37757594551b33dc94d0c4928 /include/xmloff/XMLSettingsExportContext.hxx
parentfixincludeguards.sh: include/svx (diff)
downloadcore-b95ee1be9b45352344b090d5b97e25f75b353c52.tar.gz
core-b95ee1be9b45352344b090d5b97e25f75b353c52.zip
fixincludeguards.sh: include/xml*
Change-Id: Iffab819621615c59709c087202cc578af00dd799
Diffstat (limited to 'include/xmloff/XMLSettingsExportContext.hxx')
-rw-r--r--include/xmloff/XMLSettingsExportContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/XMLSettingsExportContext.hxx b/include/xmloff/XMLSettingsExportContext.hxx
index 819da2b41d77..1a3e97053c7b 100644
--- a/include/xmloff/XMLSettingsExportContext.hxx
+++ b/include/xmloff/XMLSettingsExportContext.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef XML_SETTINGS_EXPORT_CONTEXT_HXX
-#define XML_SETTINGS_EXPORT_CONTEXT_HXX
+#ifndef INCLUDED_XMLOFF_XMLSETTINGSEXPORTCONTEXT_HXX
+#define INCLUDED_XMLOFF_XMLSETTINGSEXPORTCONTEXT_HXX
#include <com/sun/star/uno/XComponentContext.hpp>
@@ -57,6 +57,6 @@ namespace xmloff
} // namespace xmloff
//........................................................................
-#endif // XML_SETTINGS_EXPORT_CONTEXT_HXX
+#endif // INCLUDED_XMLOFF_XMLSETTINGSEXPORTCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */