[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - include/vcl

Miklos Vajna vmiklos at collabora.co.uk
Tue Mar 24 09:14:03 PDT 2015


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

New commits:
commit 9882317bddc6f00e6c3c66a0929b5bcc9423b9cc
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Mar 24 17:13:19 2015 +0100

    vcl::ITiledRenderable: setTextSelection() can be pure-virtual now
    
    Change-Id: I232197b55a80a65800d85e66c50875b3af7e7fab

diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index 76a18f0..c8a9d93 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -112,7 +112,7 @@ public:
      *
      * @see lok::Document::setTextSelection().
      */
-    virtual void setTextSelection(int /*nType*/, int /*nX*/, int /*nY*/) { }
+    virtual void setTextSelection(int nType, int nX, int nY) = 0;
 
     /**
      * Adjusts the graphic selection.


More information about the Libreoffice-commits mailing list