summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-12-07 14:08:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-12-07 17:17:33 +0000
commit7243f7c706ceb49d6b3e4dfb8ff72ab43c65dd86 (patch)
treed82b84376113840eaea70aa056dc6f654a678592 /basctl
parent368116fb55eb83c9f8c7eb180044f848294638bb (diff)
loplugin:unusedmethods
Change-Id: I5497d5b39620ff9fde09af923d3e41dedbab3326 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143774 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 9a8700aecf3a..19cfeed2b110 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -156,7 +156,6 @@ public:
void UpdateSyntaxHighlighting ();
void SetEditorZoomLevel(sal_uInt16 nNewZoomLevel);
- sal_uInt16 GetCurrentZoom() { return nCurrentZoomLevel; }
bool GetProcedureName(std::u16string_view rLine, OUString& rProcType, OUString& rProcName) const;