summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-01-24 17:01:14 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-24 20:57:29 +0100
commit2a054445f09e8ba66e7cfb9f1d598554b555772d (patch)
tree9684a7832bc672ce23813fb67a0a4e7bb65823cd /offapi
parent78317bc663a0c33bef536b3db98380e64ce32b28 (diff)
sw paste listener: expose pasted images as well
Do it similar to SwXTextView::getSelection(), so that SwView::GetShellMode() determines when an image is selected (and otherwise assume text selection). Change-Id: I717e1358428daba842309260b54f82b62a0aaec1 Reviewed-on: https://gerrit.libreoffice.org/66879 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/XPasteListener.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/XPasteListener.idl b/offapi/com/sun/star/text/XPasteListener.idl
index ce5d663f4ccd..b1a98cae5b12 100644
--- a/offapi/com/sun/star/text/XPasteListener.idl
+++ b/offapi/com/sun/star/text/XPasteListener.idl
@@ -29,6 +29,7 @@ interface XPasteListener : com::sun::star::uno::XInterface
<p>The following keys may be used:
<ul>
<li>TextRange</li>
+ <li>TextGraphicObject</li>
</ul></p>
*/
void notifyPasteEvent([in] sequence< ::com::sun::star::beans::PropertyValue > aEvent);