summaryrefslogtreecommitdiff
path: root/include/svtools/embedtransfer.hxx
diff options
context:
space:
mode:
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: