include/vcl/ITiledRenderable.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 459bcc222f2aee52477cef8f94eb2789ff4ecd9a Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Fri Jul 10 09:11:20 2015 +0200 vcl::ITiledRenderable: getTextSelection() can be pure virtual now Change-Id: Ifb33ee9a70afeccc01f45996b2953fcd5f3700cc Reviewed-on: https://gerrit.libreoffice.org/16906 Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk> Tested-by: Jenkins <c...@libreoffice.org> diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index d212519..8824361 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -126,7 +126,7 @@ public: * * @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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits