From ced886a5c9490d34cc14ffa26bd42ad6195008b6 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 28 Nov 2017 20:36:55 +0100 Subject: 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 Reviewed-by: Heiko Tietze --- svx/source/dialog/srchdlg.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/source') 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 pDlg(pFact->CreateTabItemDialog(this, aSet)); DBG_ASSERT(pDlg, "Dialog creation failed!"); - aTxt = pDlg->GetText() + aTxt; pDlg->SetText( aTxt ); if ( pDlg->Execute() == RET_OK ) -- cgit