[Libreoffice-commits] core.git: include/vcl

Miklos Vajna vmiklos at collabora.co.uk
Fri Jul 10 01:45:32 PDT 2015


 include/vcl/ITiledRenderable.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 459bcc222f2aee52477cef8f94eb2789ff4ecd9a
Author: Miklos Vajna <vmiklos at 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 <vmiklos at collabora.co.uk>
    Tested-by: Jenkins <ci at 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.


More information about the Libreoffice-commits mailing list