summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-12-08 11:29:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-12-08 09:52:20 +0000
commit44db6349aa9f6155c1b0a7c6d3c1041b85f4c746 (patch)
tree907cc0650ea6e45a950a6fc4d3c568479bd95766 /basctl
parent8f6dd15dce1e6116947b512c89d802fccc0bd6f1 (diff)
fix build
mid-air collision between commit 7243f7c706ceb49d6b3e4dfb8ff72ab43c65dd86 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Wed Dec 7 14:08:45 2022 +0200 loplugin:unusedmethods and commit be6024a2d4fc11c908aeb29b58ce33f851dab6bc Author: Rafael Lima <rafael.palma.lima@gmail.com> Date: Mon Dec 5 11:33:32 2022 +0000 tdf#152078 Enable Ctrl+Wheel zoom in Basic code editor Change-Id: I155fc7fc5977f7346a44e93237f9b09f6fa86464 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143808 Tested-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 19cfeed2b110..9a8700aecf3a 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -156,6 +156,7 @@ public:
void UpdateSyntaxHighlighting ();
void SetEditorZoomLevel(sal_uInt16 nNewZoomLevel);
+ sal_uInt16 GetCurrentZoom() { return nCurrentZoomLevel; }
bool GetProcedureName(std::u16string_view rLine, OUString& rProcType, OUString& rProcName) const;