diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-19 13:22:39 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-19 13:22:39 +0200 |
commit | 2273b2793ce2c497ffb11cbe0cdc9c3fc779f7f7 (patch) | |
tree | 29f572aea625e48ae46c2f05f1101b8746d4068f /sc | |
parent | a293d0a7b13c0294a202e0e332961f85359d611d (diff) |
#i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/cell.hxx | 2 | ||||
-rw-r--r-- | sc/inc/patattr.hxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/attarray.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/stlpool.cxx | 2 | ||||
-rw-r--r-- | sc/source/filter/excel/xltools.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index 6bc1716529a3..9355176e3a62 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -42,7 +42,7 @@ #include "tokenarray.hxx" #include "formularesult.hxx" #include <rtl/ustrbuf.hxx> -#include <vcl/fontcvt.hxx> +#include <unotools/fontcvt.hxx> #include "scdllapi.h" #define USE_MEMPOOL diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx index c1fb936c90fe..65d350455ddd 100644 --- a/sc/inc/patattr.hxx +++ b/sc/inc/patattr.hxx @@ -33,7 +33,7 @@ #include <svl/poolitem.hxx> #include <svl/itemset.hxx> -#include <vcl/fontcvt.hxx> +#include <unotools/fontcvt.hxx> #include <svx/svxenum.hxx> #include "scdllapi.h" diff --git a/sc/source/core/data/attarray.cxx b/sc/source/core/data/attarray.cxx index dcc4ce2580d2..590f278901d6 100644 --- a/sc/source/core/data/attarray.cxx +++ b/sc/source/core/data/attarray.cxx @@ -43,7 +43,7 @@ #include <svx/shaditem.hxx> #include <svl/poolcach.hxx> #include <svx/fontitem.hxx> -#include <vcl/fontcvt.hxx> +#include <unotools/fontcvt.hxx> #include "attarray.hxx" #include "global.hxx" diff --git a/sc/source/core/data/stlpool.cxx b/sc/source/core/data/stlpool.cxx index 8b6f9a89edd3..e47f3899bfeb 100644 --- a/sc/source/core/data/stlpool.cxx +++ b/sc/source/core/data/stlpool.cxx @@ -52,7 +52,7 @@ #include <svl/itemset.hxx> #include <svl/zforlist.hxx> #include <unotools/charclass.hxx> -#include <vcl/fontcvt.hxx> +#include <unotools/fontcvt.hxx> #include <vcl/outdev.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/filter/excel/xltools.cxx b/sc/source/filter/excel/xltools.cxx index a84aaba82b90..e3eae79c3dfe 100644 --- a/sc/source/filter/excel/xltools.cxx +++ b/sc/source/filter/excel/xltools.cxx @@ -34,7 +34,7 @@ #include <algorithm> #include <math.h> #include <sal/mathconf.h> -#include <vcl/fontcvt.hxx> +#include <unotools/fontcvt.hxx> #include <sfx2/objsh.hxx> #include <svx/editstat.hxx> #include "xestream.hxx" |