diff options
author | Andrzej Hunt <andrzej@ahunt.org> | 2015-11-11 10:05:25 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej@ahunt.org> | 2015-11-11 09:30:42 +0000 |
commit | 81b8ca683d44ba9c37f2dc8c74470a86ce70513f (patch) | |
tree | c190ce76fcd6dc459b16a608b794b2f53190e85d /sc/inc | |
parent | ee74decafeb524a014ec186a13015a8d539a763c (diff) |
Implement LOK_CALLBACK_MOUSE_POINTER
Change-Id: I8d1f63208baf277b0a9d15908f3ea7ff3b56bf10
Reviewed-on: https://gerrit.libreoffice.org/19883
Reviewed-by: Andrzej Hunt <andrzej@ahunt.org>
Tested-by: Andrzej Hunt <andrzej@ahunt.org>
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 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< |