summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/tpstat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/tpstat.cxx')
-rw-r--r--sc/source/ui/docshell/tpstat.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx
index 9056118d7f40..226c862f379a 100644
--- a/sc/source/ui/docshell/tpstat.cxx
+++ b/sc/source/ui/docshell/tpstat.cxx
@@ -45,8 +45,7 @@ ScDocStatPage::ScDocStatPage(weld::Container* pPage, weld::DialogController* pCo
if ( pDocSh )
pDocSh->GetDocStat( aDocStat );
- OUString aInfo = m_xFrame->get_label();
- aInfo += aDocStat.aDocName;
+ OUString aInfo = m_xFrame->get_label() + aDocStat.aDocName;
m_xFrame->set_label(aInfo);
m_xFtTables->set_label( OUString::number( aDocStat.nTableCount ) );
m_xFtCells->set_label( OUString::number( aDocStat.nCellCount ) );