summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
authorSzabolcs Toth <toth.szabolcs@nisz.hu>2020-09-15 11:03:10 +0200
committerLászló Németh <nemeth@numbertext.org>2020-09-16 15:24:12 +0200
commit9711904c9a26e89d36a9d5aeb61b99f7fe59fb43 (patch)
treeb251389afae44d7e5027a2d4afd017f386c11f27 /sc/source/filter
parent366dcf137287216ee9966f0430ddb12e48e2665d (diff)
Cleanup: apply Clang formatting
Some formatting on a previous commit. Change-Id: Ib5de7170ca230486b6d8c85cc999fac1f736def6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102716 Tested-by: Jenkins Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index 70eb9a7323b7..11c0b9b792ad 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -1283,7 +1283,8 @@ void XclObjAny::SaveXml( XclExpXmlStream& rStrm )
ScAddress aPosition;
ScRange aSourceRange;
bool bRedLine;
- ScDetectiveObjType eObjType = aDetFunc.GetDetectiveObjectType(pObject, mnScTab, aPosition, aSourceRange, bRedLine);
+ ScDetectiveObjType eObjType
+ = aDetFunc.GetDetectiveObjectType(pObject, mnScTab, aPosition, aSourceRange, bRedLine);
if (eObjType != SC_DETOBJ_NONE)
return;