summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-24 17:16:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-24 21:24:00 +0100
commit7152dfea5bad11d2eba75517e0117cb91885a227 (patch)
tree91646205d9ac0aef2e3deaf166ea26615dfe47c1
parentfda67878b697b428f8bdee822622749f815b59b9 (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>
-rw-r--r--cui/source/options/connpooloptions.cxx3
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