diff options
author | Akash Jain <akash96j@gmail.com> | 2016-06-14 13:12:12 +0530 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-18 20:41:28 +0200 |
commit | f8fdd44839ad39b5610b430d139bcb2a526e0012 (patch) | |
tree | 75196d27e3feeb0a792f2e8252658710ed03068f /vcl | |
parent | 2d95ec38742657de16ff83d649016903557eb479 (diff) |
GSoC: Move scrptrun header and source file out of unx
Scrptrun class will be used by the new layout engine for script
itemisation. It will need to be compiled on all platforms. Therefore
move the header and source file to vcl/inc/ and vcl/source/gdi/
respectively.
Change-Id: If4e1e0e76ffb94f9d0ca08f7d5f9982dd907c1c6
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Library_vcl.mk | 2 | ||||
-rw-r--r-- | vcl/inc/scrptrun.h (renamed from vcl/unx/generic/glyphs/scrptrun.h) | 4 | ||||
-rw-r--r-- | vcl/source/gdi/scrptrun.cxx (renamed from vcl/unx/generic/glyphs/scrptrun.cxx) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 19a6f5285932..a0dfee3e551b 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -302,6 +302,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/gdi/textlayout \ vcl/source/gdi/virdev \ vcl/source/gdi/wall \ + vcl/source/gdi/scrptrun \ vcl/source/bitmap/bitmapfilter \ vcl/source/bitmap/bitmapscalesuper \ vcl/source/bitmap/BitmapScaleConvolution \ @@ -564,7 +565,6 @@ vcl_headless_freetype_code=\ vcl/unx/generic/glyphs/freetype_glyphcache \ vcl/unx/generic/glyphs/gcach_layout \ vcl/unx/generic/glyphs/glyphcache \ - vcl/unx/generic/glyphs/scrptrun \ vcl/unx/generic/fontmanager/fontsubst \ vcl/unx/generic/fontmanager/fontcache \ vcl/unx/generic/fontmanager/fontconfig \ diff --git a/vcl/unx/generic/glyphs/scrptrun.h b/vcl/inc/scrptrun.h index a13b65ffed70..8123f4ce603c 100644 --- a/vcl/unx/generic/glyphs/scrptrun.h +++ b/vcl/inc/scrptrun.h @@ -34,8 +34,8 @@ * created by: Eric R. Mader */ -#ifndef INCLUDED_VCL_GENERIC_GLYPHS_SCRPTRUN_H -#define INCLUDED_VCL_GENERIC_GLYPHS_SCRPTRUN_H +#ifndef INCLUDED_VCL_INC_SCRPTRUN_H +#define INCLUDED_VCL_INC_SCRPTRUN_H #include <sal/config.h> diff --git a/vcl/unx/generic/glyphs/scrptrun.cxx b/vcl/source/gdi/scrptrun.cxx index d6557d79a894..d6557d79a894 100644 --- a/vcl/unx/generic/glyphs/scrptrun.cxx +++ b/vcl/source/gdi/scrptrun.cxx |