basctl/source/basicide/baside2.hxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 44db6349aa9f6155c1b0a7c6d3c1041b85f4c746 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Thu Dec 8 11:29:00 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu Dec 8 09:52:20 2022 +0000 fix build mid-air collision between commit 7243f7c706ceb49d6b3e4dfb8ff72ab43c65dd86 Author: Noel Grandin <noel.gran...@collabora.co.uk> Date: Wed Dec 7 14:08:45 2022 +0200 loplugin:unusedmethods and commit be6024a2d4fc11c908aeb29b58ce33f851dab6bc Author: Rafael Lima <rafael.palma.l...@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 <sberg...@redhat.com> Reviewed-by: Stephan Bergmann <sberg...@redhat.com> 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;