summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-16 10:48:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-17 06:37:00 +0000
commitb2a4c1e085a14f79cb1765fe2ade443afc273b9a (patch)
tree6dd62aedde39927371801526eaf420193505f46f /sw
parent11880ef40a1244669ce1d594a49f1c02d7a8f8b7 (diff)
use rtl::Reference in ChainablePropertySet
no need to store both a raw pointer and a smart pointer Change-Id: If0bde337e6d9fa575a2fc7104ecffa97a8c37c31 Reviewed-on: https://gerrit.libreoffice.org/33159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/uno/unomod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unomod.cxx b/sw/source/uibase/uno/unomod.cxx
index 865b28a49a66..f3ae86406b88 100644
--- a/sw/source/uibase/uno/unomod.cxx
+++ b/sw/source/uibase/uno/unomod.cxx
@@ -548,7 +548,7 @@ SwXViewSettings::SwXViewSettings(SwView* pVw)
{
// This property only exists if we have a view (ie, not at the module )
if ( !pView )
- mpInfo->remove ( "HelpURL" );
+ mxInfo->remove ( "HelpURL" );
}