diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-06-17 18:00:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-06-17 18:21:09 +0200 |
commit | cfc4375158ee174e8dcb4df319b82c0bdd6f31cc (patch) | |
tree | 41ae8a093c7cd1bd6f3f2e0045c41649ed894935 /include/vcl/ITiledRenderable.hxx | |
parent | 158dca0e47d533ea0a532596061f794a4c24be91 (diff) |
LOK: add lok::Document::getTextSelection()
I.e. the copy part of copy&paste. Only the Writer bits for now.
Change-Id: Ia003e76e3b234735f472cdef125514f9771d8640
Diffstat (limited to 'include/vcl/ITiledRenderable.hxx')
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index 5cac9b63a0c9..7de3c3219e4a 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -122,6 +122,13 @@ public: virtual void setTextSelection(int nType, int nX, int nY) = 0; /** + * Gets the text selection. + * + * @see lok::Document::getTextSelection(). + */ + virtual OString getTextSelection(const char* /*pMimeType*/) { return OString(); } + + /** * Adjusts the graphic selection. * * @see lok::Document::setGraphicSelection(). |