summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-03-24 15:15:26 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-30 09:23:43 +0200
commitefbf462ed6bbd31c92f1132038387f4e22afa5c3 (patch)
treebdb697986e1fa02d442121b0fe6bd7dc51cfc939 /sc/inc/docuno.hxx
parentc14a2662d6004eb282f3122d9a0b4cf581863ad5 (diff)
sc tiled editing: Implement moving of the selection handles.
Change-Id: I724f1693a03194426dfe233c1be08f1fbec1242d
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 4e86b83222ad..a2af3b425497 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -394,6 +394,9 @@ public:
/// @see vcl::ITiledRenderable::postMouseEvent().
virtual void postMouseEvent(int nType, int nX, int nY, int nCount) SAL_OVERRIDE;
+ /// @see vcl::ITiledRenderable::setTextSelection().
+ virtual void setTextSelection(int nType, int nX, int nY) SAL_OVERRIDE;
+
/// @see vcl::ITiledRenderable::initializeForTiledRendering().
virtual void initializeForTiledRendering() SAL_OVERRIDE;
};