[Libreoffice-commits] core.git: cui/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 24 20:24:50 UTC 2021
cui/source/options/connpooloptions.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 7152dfea5bad11d2eba75517e0117cb91885a227
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Feb 24 17:16:32 2021 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Feb 24 21:24:00 2021 +0100
drop unneeded include
Change-Id: I6d58ca8565f8de2d76482e24af1e027f900c5373
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111496
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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
More information about the Libreoffice-commits
mailing list