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/inc | |
parent | a293d0a7b13c0294a202e0e332961f85359d611d (diff) |
#i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/cell.hxx | 2 | ||||
-rw-r--r-- | sc/inc/patattr.hxx | 2 |
2 files changed, 2 insertions, 2 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" |