diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/uno/unomod.cxx | 2 |
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" ); } |