diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
commit | a293d0a7b13c0294a202e0e332961f85359d611d (patch) | |
tree | 2ce4b39a34620f3941583b59f73eac8f1049c292 /sc/inc/pch | |
parent | 20ade6a1d2fc888edec120f09079ed26d3bd80ff (diff) |
#i103496#: split svtools; improve ConfitItems
Diffstat (limited to 'sc/inc/pch')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index f1e916f5b568..dbb86fdf7484 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -152,15 +152,15 @@ #include <sot/exchange.hxx> #include <sot/factory.hxx> #include <sot/storage.hxx> -#include <svtools/brdcst.hxx> -#include <svtools/cenumitm.hxx> -#include <svtools/cintitem.hxx> +#include <svl/brdcst.hxx> +#include <svl/cenumitm.hxx> +#include <svl/cintitem.hxx> #include <unotools/fltrcfg.hxx> -#include <svtools/intitem.hxx> -#include <svtools/listener.hxx> -#include <svtools/lstner.hxx> +#include <svl/intitem.hxx> +#include <svl/listener.hxx> +#include <svl/lstner.hxx> #include <unotools/pathoptions.hxx> -#include <svtools/solar.hrc> +#include <svl/solar.hrc> #include <unotools/useroptions.hxx> #include <svx/editobj.hxx> #include <svx/eeitem.hxx> |