summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpobject.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/core/data/dpobject.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/core/data/dpobject.cxx')
-rw-r--r--sc/source/core/data/dpobject.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index 24ff05b2df16..4f83e326b87f 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -3573,11 +3573,11 @@ bool ScDPCollection::GetReferenceGroups(const ScDPObject& rDPObj, const ScDPDime
if (!pRefDesc->HasRangeName())
continue;
- if (pDesc->GetRangeName() == pRefDesc->GetRangeName())
- {
+ if (pDesc->GetRangeName() == pRefDesc->GetRangeName())
+ {
*pGroups = rRefObj.GetSaveData()->GetExistingDimensionData();
return true;
- }
+ }
}
else
{