[Libreoffice-commits] core.git: xmloff/inc xmloff/source

Stephan Bergmann sbergman at redhat.com
Thu Oct 19 21:06:33 UTC 2017


 xmloff/inc/SchXMLAutoStylePoolP.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 67ef6aaf371e51ce24ac30cb4c0f01bf8c9fbdde
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 17 16:20:44 2017 +0200

    Move SchXMLAutoStylePoolP.hxx next to SchXMLExport.hxx including it
    
    Change-Id: I21a805d90f04432a864ec2567fd707da27bc7be3
    Reviewed-on: https://gerrit.libreoffice.org/43559
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/xmloff/source/chart/SchXMLAutoStylePoolP.hxx b/xmloff/inc/SchXMLAutoStylePoolP.hxx
similarity index 89%
rename from xmloff/source/chart/SchXMLAutoStylePoolP.hxx
rename to 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: */


More information about the Libreoffice-commits mailing list