summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-10 16:13:53 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 09:38:05 +0100
commit0262693b327c947ef69581e61a966546c9ebb8da (patch)
tree9af58b8060ec4bd5c2d005581899eb9c3f16bf40 /include/vcl
parent5fb4e35f3454cb49bf5e5f611224216862f6f611 (diff)
lok::Document: add resetSelection()
Change-Id: Ib24003178bb576ff1450d674d74ef8978b350b92
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/ITiledRenderable.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index 7f63b1f7d681..6bd75a477c7b 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -122,6 +122,11 @@ public:
* @see lok::Document::setGraphicSelection().
*/
virtual void setGraphicSelection(int /*nType*/, int /*nX*/, int /*nY*/) { }
+
+ /**
+ * @see lok::Document::resetSelection().
+ */
+ virtual void resetSelection() { }
};
} // namespace vcl