Kaydet (Commit) 459bcc22 authored tarafından Miklos Vajna's avatar Miklos Vajna

vcl::ITiledRenderable: getTextSelection() can be pure virtual now

Change-Id: Ifb33ee9a70afeccc01f45996b2953fcd5f3700cc
Reviewed-on: https://gerrit.libreoffice.org/16906Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 001e694e
...@@ -126,7 +126,7 @@ public: ...@@ -126,7 +126,7 @@ public:
* *
* @see lok::Document::getTextSelection(). * @see lok::Document::getTextSelection().
*/ */
virtual OString getTextSelection(const char* /*pMimeType*/, OString& /*rUsedMimeType*/) { return OString(); } virtual OString getTextSelection(const char* pMimeType, OString& rUsedMimeType) = 0;
/** /**
* Adjusts the graphic selection. * Adjusts the graphic selection.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment