summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-19 20:39:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-20 13:47:25 +0100
commit9b3ce3a3192eb960341fc0d24423657f0559eff2 (patch)
treeedb8633226c4287b3398cdf48a6be7be9a00f2f8 /include
parentbeafe72de3427f20c0cb59f7c7ff7852ebcc7427 (diff)
add GetInputLanguage to EditView
and hide the need to expose its vcl::Window Change-Id: Ide8a2e2500116af412a8717052a300e8ef4d1a48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112782 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/editview.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index 379218b1c619..6e06cdd77a97 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -171,6 +171,8 @@ public:
vcl::Window* GetWindow() const;
OutputDevice& GetOutputDevice() const;
+ LanguageType GetInputLanguage() const;
+
bool HasOtherViewWindow( vcl::Window* pWin );
bool AddOtherViewWindow( vcl::Window* pWin );
bool RemoveOtherViewWindow( vcl::Window* pWin );