summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbunosearchcontrollers.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:56:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-10 11:20:45 +0100
commit12b584e4a9695a7516f239cd33950656212ed0c8 (patch)
treecc32dc82c17e24e618f2561f92b4d720bc099c08 /svx/source/tbxctrls/tbunosearchcontrollers.cxx
parent6815354b286bbc6e686fea12fada6d4d18ffb64f (diff)
loplugin:indentation in svx
Change-Id: Ifea8e24fb76025715ab2ff495d3949223584070a Reviewed-on: https://gerrit.libreoffice.org/67567 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/tbxctrls/tbunosearchcontrollers.cxx')
-rw-r--r--svx/source/tbxctrls/tbunosearchcontrollers.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
index a3617a8362cf..3ef977acedbf 100644
--- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx
+++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
@@ -236,7 +236,7 @@ bool FindTextFieldControl::PreNotify( NotifyEvent& rNEvt )
{
// Clear SearchLabel when altering the search string
#if HAVE_FEATURE_DESKTOP
- SvxSearchDialogWrapper::SetSearchLabel(SearchLabel::Empty);
+ SvxSearchDialogWrapper::SetSearchLabel(SearchLabel::Empty);
#endif
const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent();