summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/pagedlg/hfedtdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/pagedlg/hfedtdlg.cxx')
-rw-r--r--sc/source/ui/pagedlg/hfedtdlg.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/ui/pagedlg/hfedtdlg.cxx b/sc/source/ui/pagedlg/hfedtdlg.cxx
index 9349cd8c50a1..14fd69866149 100644
--- a/sc/source/ui/pagedlg/hfedtdlg.cxx
+++ b/sc/source/ui/pagedlg/hfedtdlg.cxx
@@ -38,9 +38,8 @@ ScHFEditDlg::ScHFEditDlg(weld::Window* pParent,
{
eNumType = rCoreSet.Get(ATTR_PAGE).GetNumType();
- OUString aTmp = m_xDialog->get_title();
-
- aTmp += " (" + ScResId( STR_PAGESTYLE ) + ": " + rPageStyle + ")";
+ OUString aTmp = m_xDialog->get_title() +
+ " (" + ScResId( STR_PAGESTYLE ) + ": " + rPageStyle + ")";
m_xDialog->set_title(aTmp);
}