From 30f6cbde85e6d5a0d522a6da19bea4f96396aeba Mon Sep 17 00:00:00 2001
From: Miklos Vajna <vmiklos@collabora.co.uk>
Date: Fri, 10 Jul 2015 09:11:20 +0200
Subject: [PATCH 069/398] vcl::ITiledRenderable: getTextSelection() can be pure
virtual now
Change-Id: Ifb33ee9a70afeccc01f45996b2953fcd5f3700cc
Reviewed-on: https://gerrit.libreoffice.org/16906
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
(cherry picked from commit 459bcc222f2aee52477cef8f94eb2789ff4ecd9a)
---
include/vcl/ITiledRenderable.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index d212519bc9be..8824361f9f70 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.
--
2.12.0