summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-26 15:37:45 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-30 09:23:53 +0200
commit84793d11152fc0eb308cf29475ae2c2a86d40967 (patch)
tree1a321173f0d43fda6ae74a0f5ac29cb0f0ec4334 /include/vcl
parent62d03f6c6109755375a93681ffcc7196827cfd0c (diff)
SdXImpressDocument: implement resetSelection()
With this, when editing is finished, no text edit is active, also both editeng and sdr selections are reset. Change-Id: If953e1d8683171c1f1ed8c7d97ae34a163d14765
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/ITiledRenderable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index 0717635518c5..a10e44884756 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -124,7 +124,7 @@ public:
/**
* @see lok::Document::resetSelection().
*/
- virtual void resetSelection() { }
+ virtual void resetSelection() = 0;
};
} // namespace vcl