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 /sd | |
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 'sd')
-rw-r--r-- | sd/source/ui/view/sdview2.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/sdview3.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx index 9ae31f97a313..add2740361cc 100644 --- a/sd/source/ui/view/sdview2.cxx +++ b/sd/source/ui/view/sdview2.cxx @@ -46,7 +46,6 @@ #include <svl/urlbmk.hxx> #include <editeng/outliner.hxx> #include <svx/xflclit.hxx> -#include <svx/dbexch.hrc> #include <sot/formats.hxx> #include <editeng/editeng.hxx> #include <svx/svditer.hxx> diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index 58d434ce6654..356edddb24fa 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -57,7 +57,6 @@ #include <editeng/editeng.hxx> #include <svx/obj3d.hxx> #include <svx/e3dundo.hxx> -#include <svx/dbexch.hrc> #include <svx/unomodel.hxx> #include <unotools/streamwrap.hxx> #include <vcl/metaact.hxx> |