diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 18:05:05 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 11:54:18 +0200 |
commit | 47009fbf515dc6e4d4c275e5a3458b4ce2d817d9 (patch) | |
tree | 4dbb9f54eb64b3396a779aaec9de036655f4168a /sc | |
parent | db053e48d2ca17e1256eb12500f075488483603b (diff) |
Remove unused dbexch.hrc
The only part where one definition was used was commented out.
All other definitions in the hrc file were unused.
Change-Id: I257e61b96271685e9321211846a0021059924abe
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun3.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun5.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 12168f8446c6..6187397979e8 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -32,7 +32,6 @@ #include <memory> //auto_ptr #include <editeng/adjitem.hxx> #include <svx/algitem.hxx> -#include <svx/dbexch.hrc> #include <editeng/editview.hxx> #include <editeng/editstat.hxx> #include <editeng/flditem.hxx> diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx index 77efccc06261..45be517d783f 100644 --- a/sc/source/ui/view/viewfun3.cxx +++ b/sc/source/ui/view/viewfun3.cxx @@ -124,7 +124,6 @@ #define _SVX_THESDLG_HXX #include "scitems.hxx" -#include <svx/dbexch.hrc> #include <svx/svdetc.hxx> #include <svx/svditer.hxx> #include <svx/svdoole2.hxx> diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx index f8277d951dfe..61e672d813d7 100644 --- a/sc/source/ui/view/viewfun5.cxx +++ b/sc/source/ui/view/viewfun5.cxx @@ -35,7 +35,6 @@ //------------------------------------------------------------------ -#include <svx/dbexch.hrc> #include <svx/fmmodel.hxx> #include <svx/svdetc.hxx> #include <svx/svditer.hxx> |