summaryrefslogtreecommitdiff
path: root/include/svtools/embedtransfer.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-06-13 15:25:11 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-06-19 11:10:13 -0400
commitb4b7027656df5265f304586aa71290a3d54c8ace (patch)
treea12865767830a1d8789b82f678fe0b473a8f25f4 /include/svtools/embedtransfer.hxx
parent9d5609eea1e2f7b9c951e50c6dbd368cc9788352 (diff)
TransferableHelper::GetData() to take additional argument.
And adjust all derived classes that overwrite this virtual method. Change-Id: Iab30e55be2d7bb696563f8a86d1d1f8fb40ce485
Diffstat (limited to 'include/svtools/embedtransfer.hxx')
-rw-r--r--include/svtools/embedtransfer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/embedtransfer.hxx b/include/svtools/embedtransfer.hxx
index 61622e9098b9..10625eaadf2a 100644
--- a/include/svtools/embedtransfer.hxx
+++ b/include/svtools/embedtransfer.hxx
@@ -36,7 +36,7 @@ private:
protected:
virtual void AddSupportedFormats() SAL_OVERRIDE;
- virtual bool GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ) SAL_OVERRIDE;
+ virtual bool GetData( const css::datatransfer::DataFlavor& rFlavor, const OUString& rDestDoc ) SAL_OVERRIDE;
virtual void ObjectReleased() SAL_OVERRIDE;
public: