summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optcomp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 08:57:16 +0200
committerNoel Grandin <noel@peralex.com>2015-08-21 10:19:43 +0200
commit681172d27bc4d68429c61d68275612a45564eee6 (patch)
treee69cadb23556dd3aa380cae1597a021db08b39a0 /sw/source/ui/config/optcomp.cxx
parent8d7c62e7d2a7d93b63f6603c3921ebbd4c96d4b7 (diff)
loplugin: defaultparams
Change-Id: I13ad6260ef6a8858765231610d5cb326b4a9ce35
Diffstat (limited to 'sw/source/ui/config/optcomp.cxx')
-rw-r--r--sw/source/ui/config/optcomp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx
index 4a8998a10821..a43554d65fb0 100644
--- a/sw/source/ui/config/optcomp.cxx
+++ b/sw/source/ui/config/optcomp.cxx
@@ -207,7 +207,7 @@ void SwCompatibilityOptPage::InitControls( const SfxItemSet& rSet )
{
pObjShell = m_pWrtShell->GetView().GetDocShell();
if ( pObjShell )
- sDocTitle = pObjShell->GetTitle( SFX_TITLE_TITLE );
+ sDocTitle = pObjShell->GetTitle();
}
else
{