diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-05 19:37:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-07 17:55:05 +0200 |
commit | aff306cdd05a7be14c6dd2a6826cc61d38463465 (patch) | |
tree | f64fff1e99941bd16886c6a4260ef06a3e4e0523 /sw/source | |
parent | c8467eb5b75ba7de19403f24b92907c77ce4f077 (diff) |
SvSimpleTableContainer is now unused
Change-Id: I7762d95290a0b35de4f909895a4e28b52c436ed9
Reviewed-on: https://gerrit.libreoffice.org/80307
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/dbui/selectdbtabledialog.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/index/cnttab.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/selectdbtabledialog.cxx b/sw/source/ui/dbui/selectdbtabledialog.cxx index 820f74c155cf..58bb4868866d 100644 --- a/sw/source/ui/dbui/selectdbtabledialog.cxx +++ b/sw/source/ui/dbui/selectdbtabledialog.cxx @@ -20,7 +20,6 @@ #include <swtypes.hxx> #include "selectdbtabledialog.hxx" #include "dbtablepreviewdialog.hxx" -#include <svtools/simptabl.hxx> #include <osl/diagnose.h> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdb/XQueriesSupplier.hpp> diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 54823daf223e..21ab12a588ce 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -31,7 +31,6 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> -#include <svtools/simptabl.hxx> #include <svx/dialogs.hrc> #include <svx/svxdlg.hxx> #include <svx/flagsdef.hxx> |