diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-24 17:16:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-24 21:24:00 +0100 |
commit | 7152dfea5bad11d2eba75517e0117cb91885a227 (patch) | |
tree | 91646205d9ac0aef2e3deaf166ea26615dfe47c1 /cui | |
parent | fda67878b697b428f8bdee822622749f815b59b9 (diff) |
drop unneeded include
Change-Id: I6d58ca8565f8de2d76482e24af1e027f900c5373
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111496
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/connpooloptions.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/options/connpooloptions.cxx b/cui/source/options/connpooloptions.cxx index 45ca5d9f3e07..7ceaf5803cfa 100644 --- a/cui/source/options/connpooloptions.cxx +++ b/cui/source/options/connpooloptions.cxx @@ -19,15 +19,12 @@ #include <osl/diagnose.h> #include "connpooloptions.hxx" -#include <svtools/editbrowsebox.hxx> #include "connpoolsettings.hxx" #include <svl/eitem.hxx> #include <svx/databaseregistrationui.hxx> #include <strings.hrc> #include <dialmgr.hxx> -using ::svt::EditBrowseBox; - namespace offapp { bool ConnectionPoolOptionsPage::isModifiedDriverList() const |