diff options
Diffstat (limited to 'sc/source/ui/inc/drwtrans.hxx')
-rw-r--r-- | sc/source/ui/inc/drwtrans.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/drwtrans.hxx b/sc/source/ui/inc/drwtrans.hxx index 99fdcf0d40a7..34e4af7063fc 100644 --- a/sc/source/ui/inc/drwtrans.hxx +++ b/sc/source/ui/inc/drwtrans.hxx @@ -66,7 +66,7 @@ private: public: ScDrawTransferObj( std::unique_ptr<SdrModel> pClipModel, ScDocShell* pContainerShell, - const TransferableObjectDescriptor& rDesc ); + TransferableObjectDescriptor aDesc ); virtual ~ScDrawTransferObj() override; virtual void AddSupportedFormats() override; |