diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-08 16:48:26 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-08 16:48:26 +0200 |
commit | cf2b56f39d57c62b17c444025f8dfe14e6149cba (patch) | |
tree | 4f78ce1a3be92679ad3085b60ff57f4cd30bda37 /svl/inc/pch | |
parent | e6b4345c7f4026cb9b3e8dee6ecc84b3531e1950 (diff) |
#i103496#: make svl buildable
Diffstat (limited to 'svl/inc/pch')
-rw-r--r-- | svl/inc/pch/precompiled_svl.cxx (renamed from svl/inc/pch/precompiled_svtools.cxx) | 2 | ||||
-rw-r--r-- | svl/inc/pch/precompiled_svl.hxx (renamed from svl/inc/pch/precompiled_svtools.hxx) | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/svl/inc/pch/precompiled_svtools.cxx b/svl/inc/pch/precompiled_svl.cxx index 2346d52b68af..da41b68a5eae 100644 --- a/svl/inc/pch/precompiled_svtools.cxx +++ b/svl/inc/pch/precompiled_svl.cxx @@ -28,5 +28,5 @@ * ************************************************************************/ -#include "precompiled_svtools.hxx" +#include "precompiled_svl.hxx" diff --git a/svl/inc/pch/precompiled_svtools.hxx b/svl/inc/pch/precompiled_svl.hxx index cab81cac04ec..b41e2ca89fc6 100644 --- a/svl/inc/pch/precompiled_svtools.hxx +++ b/svl/inc/pch/precompiled_svl.hxx @@ -421,11 +421,6 @@ #include <unotools/numberformatcodewrapper.hxx> #include <unotools/processfactory.hxx> -#include <vcl/dndhelp.hxx> -#include <vcl/fldunit.hxx> -#include <vcl/mapunit.hxx> -#include <vcl/unohelp.hxx> - #include <vos/mutex.hxx> #include <vos/process.hxx> #include <vos/ref.hxx> |