summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-17 16:20:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-19 23:06:04 +0200
commit67ef6aaf371e51ce24ac30cb4c0f01bf8c9fbdde (patch)
tree26a38f1f069591421b5bd0bab2a4897beaca0323 /xmloff
parente19c4b54d129db356d44ede66aba51c789d2445f (diff)
Move SchXMLAutoStylePoolP.hxx next to SchXMLExport.hxx including it
Change-Id: I21a805d90f04432a864ec2567fd707da27bc7be3 Reviewed-on: https://gerrit.libreoffice.org/43559 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/SchXMLAutoStylePoolP.hxx (renamed from xmloff/source/chart/SchXMLAutoStylePoolP.hxx)6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLAutoStylePoolP.hxx b/xmloff/inc/SchXMLAutoStylePoolP.hxx
index fd769c6a302c..ee0aecde6cc8 100644
--- a/xmloff/source/chart/SchXMLAutoStylePoolP.hxx
+++ b/xmloff/inc/SchXMLAutoStylePoolP.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 INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLAUTOSTYLEPOOLP_HXX
-#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLAUTOSTYLEPOOLP_HXX
+#ifndef INCLUDED_XMLOFF_INC_SCHXMLAUTOSTYLEPOOLP_HXX
+#define INCLUDED_XMLOFF_INC_SCHXMLAUTOSTYLEPOOLP_HXX
#include <xmloff/xmlaustp.hxx>
@@ -41,6 +41,6 @@ public:
virtual ~SchXMLAutoStylePoolP() override;
};
-#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLAUTOSTYLEPOOLP_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */