diff options
Diffstat (limited to 'sc/inc/docuno.hxx')
-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 49059f0b99c6..c208db36ec34 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -413,6 +413,9 @@ public: int nOutputHeight, long nTileWidth, long nTileHeight ) override; + + /// @see vcl::ITiledRenderable::getPointer(). + virtual Pointer getPointer() override; }; class ScDrawPagesObj : public cppu::WeakImplHelper< |