diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:33 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:11 +0100 |
commit | a1cfce768f83842defd8068a8eba5ed3eaeea255 (patch) | |
tree | 1b65d3f9e3496e10a9b5a1f4b4c9c89cc9250be1 /framework | |
parent | 571ad11bc091871e8f71cda20c4aa56786f43837 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/dispatch/menudispatcher.cxx | 1 | ||||
-rw-r--r-- | framework/source/services/backingcomp.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/dispatch/menudispatcher.cxx b/framework/source/dispatch/menudispatcher.cxx index df6f90c4059f..969d68ff26a5 100644 --- a/framework/source/dispatch/menudispatcher.cxx +++ b/framework/source/dispatch/menudispatcher.cxx @@ -55,7 +55,6 @@ #include <vcl/syswin.hxx> #include <vcl/menu.hxx> #include <vcl/svapp.hxx> -#include <tools/resmgr.hxx> #include <tools/rcid.h> #include <osl/mutex.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx index 19d62d25ec91..619bfdb40739 100644 --- a/framework/source/services/backingcomp.cxx +++ b/framework/source/services/backingcomp.cxx @@ -62,7 +62,6 @@ #include <vcl/keycod.hxx> #include <vcl/wrkwin.hxx> #include <vcl/svapp.hxx> -#include <tools/resmgr.hxx> #include <rtl/ustrbuf.hxx> #include <svl/solar.hrc> |