[Libreoffice-commits] core.git: starmath/inc starmath/Library_sm.mk starmath/mathml starmath/source

dante (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 22 12:48:16 UTC 2021


 starmath/Library_sm.mk |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit e32075d09e1407cebe0f2247868294d5eb4583f4
Author:     dante <dante19031999 at gmail.com>
AuthorDate: Tue Jan 19 13:01:58 2021 +0100
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Jan 22 13:47:40 2021 +0100

    Relocate mathml
    
    Change-Id: I0eb512980261629827b411ab3009b48c1fe6075c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109629
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index 88d33465ceaa..1ccbf48896f7 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_precompiled_header,sm,starmath/inc/pch/precompiled_
 
 $(eval $(call gb_Library_set_include,sm,\
         -I$(SRCDIR)/starmath/inc \
-        -I$(SRCDIR)/starmath/mathml/inc \
+        -I$(SRCDIR)/starmath/inc/mathml \
         -I$(WORKDIR)/SdiTarget/starmath/sdi \
         $$(INCLUDE) \
 ))
@@ -96,12 +96,12 @@ $(eval $(call gb_Library_add_exception_objects,sm,\
         starmath/source/view \
         starmath/source/visitors \
         starmath/source/wordexportbase \
-        starmath/mathml/source/xparsmlbase \
-        starmath/mathml/source/mathmlattr \
-        starmath/mathml/source/mathmlexport \
-        starmath/mathml/source/mathmlimport \
-        starmath/mathml/source/mathmlMo \
-        starmath/mathml/source/starmathdatabase \
+        starmath/source/mathml/xparsmlbase \
+        starmath/source/mathml/mathmlattr \
+        starmath/source/mathml/mathmlexport \
+        starmath/source/mathml/mathmlimport \
+        starmath/source/mathml/mathmlMo \
+        starmath/source/mathml/starmathdatabase \
 ))
 
 
diff --git a/starmath/mathml/inc/mathmlMo.hxx b/starmath/inc/mathml/mathmlMo.hxx
similarity index 100%
rename from starmath/mathml/inc/mathmlMo.hxx
rename to starmath/inc/mathml/mathmlMo.hxx
diff --git a/starmath/mathml/inc/mathmlattr.hxx b/starmath/inc/mathml/mathmlattr.hxx
similarity index 100%
rename from starmath/mathml/inc/mathmlattr.hxx
rename to starmath/inc/mathml/mathmlattr.hxx
diff --git a/starmath/mathml/inc/mathmlexport.hxx b/starmath/inc/mathml/mathmlexport.hxx
similarity index 100%
rename from starmath/mathml/inc/mathmlexport.hxx
rename to starmath/inc/mathml/mathmlexport.hxx
diff --git a/starmath/mathml/inc/mathmlimport.hxx b/starmath/inc/mathml/mathmlimport.hxx
similarity index 100%
rename from starmath/mathml/inc/mathmlimport.hxx
rename to starmath/inc/mathml/mathmlimport.hxx
diff --git a/starmath/mathml/inc/starmathdatabase.hxx b/starmath/inc/mathml/starmathdatabase.hxx
similarity index 100%
rename from starmath/mathml/inc/starmathdatabase.hxx
rename to starmath/inc/mathml/starmathdatabase.hxx
diff --git a/starmath/mathml/inc/xparsmlbase.hxx b/starmath/inc/mathml/xparsmlbase.hxx
similarity index 100%
rename from starmath/mathml/inc/xparsmlbase.hxx
rename to starmath/inc/mathml/xparsmlbase.hxx
diff --git a/starmath/mathml/source/mathmlMo.cxx b/starmath/source/mathml/mathmlMo.cxx
similarity index 100%
rename from starmath/mathml/source/mathmlMo.cxx
rename to starmath/source/mathml/mathmlMo.cxx
diff --git a/starmath/mathml/source/mathmlattr.cxx b/starmath/source/mathml/mathmlattr.cxx
similarity index 100%
rename from starmath/mathml/source/mathmlattr.cxx
rename to starmath/source/mathml/mathmlattr.cxx
diff --git a/starmath/mathml/source/mathmlexport.cxx b/starmath/source/mathml/mathmlexport.cxx
similarity index 100%
rename from starmath/mathml/source/mathmlexport.cxx
rename to starmath/source/mathml/mathmlexport.cxx
diff --git a/starmath/mathml/source/mathmlimport.cxx b/starmath/source/mathml/mathmlimport.cxx
similarity index 100%
rename from starmath/mathml/source/mathmlimport.cxx
rename to starmath/source/mathml/mathmlimport.cxx
diff --git a/starmath/mathml/source/starmathdatabase.cxx b/starmath/source/mathml/starmathdatabase.cxx
similarity index 100%
rename from starmath/mathml/source/starmathdatabase.cxx
rename to starmath/source/mathml/starmathdatabase.cxx
diff --git a/starmath/mathml/source/xparsmlbase.cxx b/starmath/source/mathml/xparsmlbase.cxx
similarity index 100%
rename from starmath/mathml/source/xparsmlbase.cxx
rename to starmath/source/mathml/xparsmlbase.cxx


More information about the Libreoffice-commits mailing list