summaryrefslogtreecommitdiff
path: root/svx/source/dialog/srchdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/srchdlg.cxx')
-rw-r--r--svx/source/dialog/srchdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 4a2211d749dd..5ef415f8a526 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -2167,7 +2167,7 @@ IMPL_LINK_NOARG(SvxSearchDialog, FormatHdl_Impl)
// -----------------------------------------------------------------------
IMPL_LINK_NOARG(SvxSearchDialog, NoFormatHdl_Impl)
-{
+{
SvtModuleOptions::EFactory eFactory = getModule(rBindings);
bool bWriterApp =
eFactory == SvtModuleOptions::E_WRITER ||
@@ -2182,7 +2182,7 @@ IMPL_LINK_NOARG(SvxSearchDialog, NoFormatHdl_Impl)
if (bWriterApp)
aLayoutBtn.SetText( aLayoutWriterStr);
else
- aLayoutBtn.SetText( aStylesStr );
+ aLayoutBtn.SetText( aStylesStr );
}
bFormat = sal_False;