summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-06-29 12:32:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-06-29 17:33:30 +0200
commit62d9d507fc8739722df2e45483b29910f2743699 (patch)
tree4dd3200302816ab7d47459819c075b273b597063 /dbaccess
parentc89b7f4a31298360e14663f3c192e4e832759a1f (diff)
loplugin:unusedfields make it a little smarter
around dealing with operator[] on map data-types Change-Id: Idd6654948ae2d03d634fcf30a8d98530a78ab4ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153740 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
index 543bd3e80d09..776337ebacb1 100644
--- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
+++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
@@ -236,7 +236,6 @@ namespace dbaui
TypedWhichId<SfxInt32Item> m_nPortId;
- std::unique_ptr<weld::Label> m_xHeaderText;
std::unique_ptr<weld::Entry> m_xETDatabasename;
std::unique_ptr<weld::Entry> m_xETHostname;
std::unique_ptr<weld::SpinButton> m_xNFPortNumber;