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