[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sun Mar 13 10:41:05 UTC 2016
sc/source/filter/lotus/filter.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit d629547f4a592cbd7ca7802386448fc7128135cc
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Feb 7 16:21:13 2016 +0100
fix indetation
Change-Id: Iea12f654d737cfdadae99461ff996220fcb7901c
Reviewed-on: https://gerrit.libreoffice.org/22575
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/filter/lotus/filter.cxx b/sc/source/filter/lotus/filter.cxx
index 06e9ba2..bc87806 100644
--- a/sc/source/filter/lotus/filter.cxx
+++ b/sc/source/filter/lotus/filter.cxx
@@ -47,12 +47,12 @@ generate_Opcodes(LotusContext &rContext, SvStream& aStream,
{
case eWK_1:
case eWK_2:
- pOps = rContext.pOpFkt;
- nOps = FKT_LIMIT;
+ pOps = rContext.pOpFkt;
+ nOps = FKT_LIMIT;
break;
case eWK123:
- pOps = rContext.pOpFkt123;
- nOps = FKT_LIMIT123;
+ pOps = rContext.pOpFkt123;
+ nOps = FKT_LIMIT123;
break;
case eWK3: return eERR_NI;
case eWK_Error: return eERR_FORMAT;
More information about the Libreoffice-commits
mailing list