summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/docsh2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/app/docsh2.cxx')
-rw-r--r--sw/source/uibase/app/docsh2.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/app/docsh2.cxx b/sw/source/uibase/app/docsh2.cxx
index 12356405b8b3..41dd001ed534 100644
--- a/sw/source/uibase/app/docsh2.cxx
+++ b/sw/source/uibase/app/docsh2.cxx
@@ -808,8 +808,7 @@ void SwDocShell::Execute(SfxRequest& rReq)
}
else
{
- TransferDataContainer* pClipCntnr = new TransferDataContainer;
- css::uno::Reference< css::datatransfer::XTransferable > xRef( pClipCntnr );
+ rtl::Reference<TransferDataContainer> pClipCntnr = new TransferDataContainer;
pClipCntnr->CopyAnyData( SotClipboardFormatId::RTF, static_cast<sal_Char const *>(
pStrm->GetData()), pStrm->GetEndOfData() );