summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/swdtflvr.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-10 16:11:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-11 09:53:32 +0200
commite6c4674418cd7423943599f3bd3cdf1643284690 (patch)
treee19e118da69c23d0d9ef450f42e76f845dbb9312 /sw/source/uibase/dochdl/swdtflvr.cxx
parente44efeea57c1925069b4c772adccd9b19b77cebb (diff)
SwCursorShell argument of AttrChangedNotify is unused
Change-Id: I1fde665dcb77d29cad7f6a5c12e82c1822cff022 Reviewed-on: https://gerrit.libreoffice.org/80621 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/dochdl/swdtflvr.cxx')
-rw-r--r--sw/source/uibase/dochdl/swdtflvr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx
index 4c2af3bdcda6..20639bacd8bf 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -1950,8 +1950,8 @@ bool SwTransferable::PasteFileContent( TransferableDataHelper& rData,
if( pStream && pRead )
{
- Link<SwCursorShell*,void> aOldLink( rSh.GetChgLnk() );
- rSh.SetChgLnk( Link<SwCursorShell*,void>() );
+ Link<LinkParamNone*,void> aOldLink( rSh.GetChgLnk() );
+ rSh.SetChgLnk( Link<LinkParamNone*,void>() );
const SwPosition& rInsPos = *rSh.GetCursor()->Start();
SwReader aReader(*pStream, OUString(), OUString(), *rSh.GetCursor());