diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-11-02 11:03:08 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-11-05 09:19:07 +0100 |
commit | 14ed342dd3f4cae607f7785905787f73c7b1fde2 (patch) | |
tree | 54a151c6e1c1f041e978563f44736904911c07d1 /include | |
parent | d8856123f72d243b45fe52b7d3dbb87aa35ce0ba (diff) |
lok: show Math cursor
Change-Id: I17a449f0a0662f0433de9cad1522a090434c1e30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142178
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/lokcomponenthelpers.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/lokcomponenthelpers.hxx b/include/sfx2/lokcomponenthelpers.hxx index b26cd0a13fb8..23bdcd44369e 100644 --- a/include/sfx2/lokcomponenthelpers.hxx +++ b/include/sfx2/lokcomponenthelpers.hxx @@ -72,6 +72,8 @@ public: vcl::Window* GetGraphicWindow(); vcl::Window* GetWidgetWindow(); + const SfxViewShell* GetSmViewShell(); + tools::Rectangle GetBoundingBox() const; void Dispatch(const OUString& cmd, const css::uno::Sequence<css::beans::PropertyValue>& rArguments) const; |