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 55f6afb99858..00ff88999bd0 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -359,6 +359,9 @@ public: /// @see vcl::ITiledRenderable::getPostIts(). OUString getPostIts() override; + + /// @see vcl::ITiledRenderable::getPostItsPos(). + OUString getPostItsPos() override; }; class ScDrawPagesObj : public cppu::WeakImplHelper< |