diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-06 13:08:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-06 13:08:07 +0200 |
commit | c748a17cac8be9e844ff920cf5c17b229847c316 (patch) | |
tree | dfa3455a55097022f23ecb8030774e2cb140fc99 /svx | |
parent | a7e18f0a169f8e99c8afcb5b628446f55dad5c5c (diff) |
Remove dead SvxPopupWindowTbxMgr definition
Change-Id: I1d7221142b8f52672ea96cfe42e1e71c8e39c416
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/tbxform.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxalign.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxdrctl.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx index a35b82d71fea..5f8eeb719bab 100644 --- a/svx/source/form/tbxform.cxx +++ b/svx/source/form/tbxform.cxx @@ -33,7 +33,6 @@ #include <svx/dialmgr.hxx> #include <svx/dialogs.hrc> #include "svx/tbxctl.hxx" -#include "svx/tbxdraw.hxx" #include "tbxform.hxx" #include "svx/fmresids.hrc" #include "fmhelp.hrc" diff --git a/svx/source/tbxctrls/tbxalign.cxx b/svx/source/tbxctrls/tbxalign.cxx index 622756643672..aed1aa430b37 100644 --- a/svx/source/tbxctrls/tbxalign.cxx +++ b/svx/source/tbxctrls/tbxalign.cxx @@ -23,7 +23,6 @@ #include <svx/dialogs.hrc> #include "svx/tbxalign.hxx" -#include "svx/tbxdraw.hxx" #include <tools/shl.hxx> #include <sfx2/imagemgr.hxx> #include <vcl/svapp.hxx> diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx index 753b7827db63..312aeb89fd68 100644 --- a/svx/source/tbxctrls/tbxdrctl.cxx +++ b/svx/source/tbxctrls/tbxdrctl.cxx @@ -32,7 +32,6 @@ #include <svx/dialogs.hrc> #include "svx/tbxctl.hxx" -#include "svx/tbxdraw.hxx" #include "svx/tbxcolor.hxx" #include <com/sun/star/frame/XLayoutManager.hpp> |