Kaydet (Commit) 0d61a74c authored tarafından Miklos Vajna's avatar Miklos Vajna

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

Change-Id: I232197b55a80a65800d85e66c50875b3af7e7fab
üst 3fdb48d1
...@@ -112,7 +112,7 @@ public: ...@@ -112,7 +112,7 @@ public:
* *
* @see lok::Document::setTextSelection(). * @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. * 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