diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-18 09:34:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-18 16:47:23 +0100 |
commit | 69f1f7f61506131ca203e43b799e7422e98b82a5 (patch) | |
tree | e4ce08776e6b62ff6378d883ddc0a3e4ac99eb96 /include/editeng | |
parent | c266dae3fbea14cdd29e590d9ec8f519813143b3 (diff) |
add GetOutputDevice to EditView
Change-Id: I8b2555669106096b9ab37e0cc89267f5759efa3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107958
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/editview.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx index 5552e05b1313..7189f40d63ff 100644 --- a/include/editeng/editview.hxx +++ b/include/editeng/editview.hxx @@ -166,6 +166,7 @@ public: void SetWindow( vcl::Window* pWin ); vcl::Window* GetWindow() const; + OutputDevice& GetOutputDevice() const; bool HasOtherViewWindow( vcl::Window* pWin ); bool AddOtherViewWindow( vcl::Window* pWin ); |