diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-11-28 20:36:55 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-01-04 22:43:47 +0100 |
commit | ced886a5c9490d34cc14ffa26bd42ad6195008b6 (patch) | |
tree | 181401248f780d5279d5ab116ac1c2f8cd4683f7 /svx/source | |
parent | 73cd2cf7d1707e464f13c28b6ec583c484fd3f46 (diff) |
tdf#114013 Do not use string concatenation
Instead just give more meaningful custom titles to windows
Change-Id: I69b93abe236472914c099bfa42792b39f0995afe
Reviewed-on: https://gerrit.libreoffice.org/45438
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/srchdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx index 504c52f2de4e..b9075133bad0 100644 --- a/svx/source/dialog/srchdlg.cxx +++ b/svx/source/dialog/srchdlg.cxx @@ -2011,7 +2011,6 @@ IMPL_LINK_NOARG(SvxSearchDialog, FormatHdl_Impl, Button*, void) { ScopedVclPtr<SfxAbstractTabDialog> pDlg(pFact->CreateTabItemDialog(this, aSet)); DBG_ASSERT(pDlg, "Dialog creation failed!"); - aTxt = pDlg->GetText() + aTxt; pDlg->SetText( aTxt ); if ( pDlg->Execute() == RET_OK ) |