summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/filtdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:53:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 21:04:10 +0100
commitb4f38d8b788018b3f88421d72bb82ad3bdeef9e2 (patch)
treeac428f55c596a8cef2c466e0a4bd7e8507768230 /sc/source/ui/dbgui/filtdlg.cxx
parent21d1d0d2340d40f646c5e3f413a33b45ab89675f (diff)
loplugin:indentation in sc
Change-Id: Ieafabbafde456edba5adbe1fd587c32f04aedb98 Reviewed-on: https://gerrit.libreoffice.org/67562 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/dbgui/filtdlg.cxx')
-rw-r--r--sc/source/ui/dbgui/filtdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx
index 6eff43642397..96debd0892e4 100644
--- a/sc/source/ui/dbgui/filtdlg.cxx
+++ b/sc/source/ui/dbgui/filtdlg.cxx
@@ -319,17 +319,17 @@ void ScFilterDlg::Init( const SfxItemSet& rArgSet )
pLbConnect1->Hide();
// Disable/Enable Logic:
- (pLbField1->GetSelectedEntryPos() != 0)
+ (pLbField1->GetSelectedEntryPos() != 0)
&& (pLbField2->GetSelectedEntryPos() != 0)
? pLbConnect2->SelectEntryPos( static_cast<sal_uInt16>(theQueryData.GetEntry(1).eConnect) )
: pLbConnect2->SetNoSelection();
- (pLbField2->GetSelectedEntryPos() != 0)
+ (pLbField2->GetSelectedEntryPos() != 0)
&& (pLbField3->GetSelectedEntryPos() != 0)
? pLbConnect3->SelectEntryPos( static_cast<sal_uInt16>(theQueryData.GetEntry(2).eConnect) )
: pLbConnect3->SetNoSelection();
- (pLbField3->GetSelectedEntryPos() != 0)
+ (pLbField3->GetSelectedEntryPos() != 0)
&& (pLbField4->GetSelectedEntryPos() != 0)
? pLbConnect4->SelectEntryPos( static_cast<sal_uInt16>(theQueryData.GetEntry(3).eConnect) )
: pLbConnect4->SetNoSelection();