summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2015-06-22 23:16:39 -0400
committerJan Holesovsky <kendy@collabora.com>2015-06-23 16:59:29 +0200
commit49002c028da9ca5d7e236ab166104630511b8426 (patch)
treeae1641652a451f115ce1dfa515046ce6bd134aec /sc/inc
parent020aecf5d916b0c24941337f9c21834d88f4e5cd (diff)
sc: add ScModelObj::getTextSelection().
Calc copy part of copy&paste Change-Id: Id9d2d05b491849fa30b3c91c6b22abe60355e876
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/docuno.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index e11b9600470c..a7e9af5afb2c 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -403,6 +403,9 @@ public:
/// @see vcl::ITiledRenderable::setTextSelection().
virtual void setTextSelection(int nType, int nX, int nY) SAL_OVERRIDE;
+ /// @see vcl::ITiledRenderable::getTextSelection().
+ virtual OString getTextSelection(const char* pMimeType, OString& rUsedMimeType) SAL_OVERRIDE;
+
/// @see vcl::ITiledRenderable::setGraphicSelection().
virtual void setGraphicSelection(int nType, int nX, int nY) SAL_OVERRIDE;