[Libreoffice-commits] core.git: vcl/Library_vcl.mk vcl/unx

Chris Sherlock chris.sherlock79 at gmail.com
Sun Jan 10 18:44:37 PST 2016


 vcl/Library_vcl.mk                    |    2 
 vcl/unx/generic/gdi/gcach_ftyp.cxx    | 1547 ----------------------------------
 vcl/unx/generic/glyphs/gcach_ftyp.cxx | 1547 ++++++++++++++++++++++++++++++++++
 3 files changed, 1548 insertions(+), 1548 deletions(-)

New commits:
commit 12490c5a7fc681bcc689e659581a8471e7a8bb54
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Jan 11 12:58:30 2016 +1100

    vcl: move gcach_ftyp.cxx to vcl/unx/generic/glyphs
    
    Change-Id: Id12edc0660a2c22c6d04b820ad052bde4fa75143
    Reviewed-on: https://gerrit.libreoffice.org/21310
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 393d00a..cfa9a98 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -578,7 +578,7 @@ vcl_headless_freetype_code=\
     vcl/headless/svptext \
     vcl/headless/svpglyphcache \
     vcl/unx/generic/gdi/cairotextrender \
-    vcl/unx/generic/gdi/gcach_ftyp \
+    vcl/unx/generic/glyphs/gcach_ftyp \
     vcl/headless/svpcairotextrender \
 
 ifeq ($(USING_X11),TRUE)
diff --git a/vcl/unx/generic/gdi/gcach_ftyp.cxx b/vcl/unx/generic/glyphs/gcach_ftyp.cxx
similarity index 100%
rename from vcl/unx/generic/gdi/gcach_ftyp.cxx
rename to vcl/unx/generic/glyphs/gcach_ftyp.cxx


More information about the Libreoffice-commits mailing list