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 | fb6f5ee5ee09d9f281f2989dc43eba4fcda1d64e (patch) | |
tree | c886d2921470336d9e0c156c8782ec0c9abbe7a9 /extensions/inc | |
parent | 1dabbee147229251ea4bc4ef416c45875e17b090 (diff) |
#i103496#: split svtools; improve ConfitItems
Diffstat (limited to 'extensions/inc')
-rw-r--r-- | extensions/inc/extensio.hrc | 2 | ||||
-rw-r--r-- | extensions/inc/pch/precompiled_extensions.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extensions/inc/extensio.hrc b/extensions/inc/extensio.hrc index 6af1dc5b04fb..f763ce8f81c6 100644 --- a/extensions/inc/extensio.hrc +++ b/extensions/inc/extensio.hrc @@ -30,7 +30,7 @@ #ifndef EXTENSIONS_INC_EXTENSIO_HRC #define EXTENSIONS_INC_EXTENSIO_HRC -#include <svtools/solar.hrc> +#include <svl/solar.hrc> // ----------------------------------------------------------------------- // - resource id areas diff --git a/extensions/inc/pch/precompiled_extensions.hxx b/extensions/inc/pch/precompiled_extensions.hxx index f667c6bdfdfb..dc490b49c28e 100644 --- a/extensions/inc/pch/precompiled_extensions.hxx +++ b/extensions/inc/pch/precompiled_extensions.hxx @@ -507,11 +507,11 @@ -#include "svtools/filenotation.hxx" +#include "svl/filenotation.hxx" #include "svtools/imgdef.hxx" #include "svtools/miscopt.hxx" #include "unotools/moduleoptions.hxx" -#include "svtools/numuno.hxx" +#include "svl/numuno.hxx" #include "svx/flagsdef.hxx" |