diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/docuno.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index f155888c80e0..3369cbed0edb 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -412,6 +412,9 @@ public: /// @see lok::Document::resetSelection(). virtual void resetSelection() override; + + /// @see vcl::ITiledRenderable::getWindow(). + virtual vcl::Window* getWindow() override; }; class ScDrawPagesObj : public cppu::WeakImplHelper< |