summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-10-06 15:40:31 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-10-06 21:32:31 +0200
commit9748e84e17f05f4345f3e2f1d20478389666e469 (patch)
treec5838ab57e4d0dcce8698ab1fdb70f3ff461faeb /sc/source/ui/navipi
parentd34c975c849db6c99d3b1f0155cce34234468fc1 (diff)
aStrHidden and SCSTR_HIDDEN are unused
Change-Id: Ieac2d95be89da53a2dc0971df4700b222191b419 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157651 Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sc/source/ui/navipi')
-rw-r--r--sc/source/ui/navipi/navipi.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx
index ad5e149e9028..5fc6fee82122 100644
--- a/sc/source/ui/navipi/navipi.cxx
+++ b/sc/source/ui/navipi/navipi.cxx
@@ -382,7 +382,6 @@ ScNavigatorDlg::ScNavigatorDlg(SfxBindings* pB, weld::Widget* pParent, SfxNaviga
m_xLbDocuments->connect_changed(LINK(this, ScNavigatorDlg, DocumentSelectHdl));
aStrActive = " (" + ScResId(SCSTR_ACTIVE) + ")"; // " (active)"
aStrNotActive = " (" + ScResId(SCSTR_NOTACTIVE) + ")"; // " (not active)"
- aStrHidden = " (" + ScResId(SCSTR_HIDDEN) + ")"; // " (hidden)"
rBindings.ENTERREGISTRATIONS();