diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-05-09 13:46:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-05-09 13:46:19 +0200 |
commit | 2b0244db8b223780e9d740ac600b7e25a2c11d93 (patch) | |
tree | 32a2e624dca4d4f2e9a9a3688d2ce6bbe6f9ef7a /sfx2 | |
parent | 4ae4c57caab02c5d8fe91cd9956fabba6bd3dc1e (diff) |
Removed unnecessary SvLibrary
Change-Id: I42e64af8ed88e652341707d5f9d2da3daaa0f9bb
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appinit.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index b39243b438cf..74a5a717dd57 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -106,7 +106,6 @@ #include "sfx2/stbitem.hxx" #include "eventsupplier.hxx" #include <sfx2/dockwin.hxx> -#include <tools/svlibrary.hxx> #ifdef DBG_UTIL #include <sfx2/mnuitem.hxx> diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index 48dbcdf7e379..08e6a78bf87c 100644 --- a/sfx2/source/appl/appinit.cxx +++ b/sfx2/source/appl/appinit.cxx @@ -74,7 +74,6 @@ #include <sfx2/fcontnr.hxx> #include "helper.hxx" // SfxContentHelper::Kill() #include "sfxpicklist.hxx" -#include <tools/svlibrary.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame; diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index d39bc406fb14..1287df6bf7ec 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -124,7 +124,6 @@ #include <sfx2/dialogs.hrc> #include "sorgitm.hxx" #include "sfx2/sfxhelp.hxx" -#include <tools/svlibrary.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::beans; |