diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-07 16:21:13 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-13 10:40:41 +0000 |
commit | d629547f4a592cbd7ca7802386448fc7128135cc (patch) | |
tree | f3df1e4a4384f52c86e0cef893b9d7dcd9466eb6 | |
parent | 09bea7e0ee55caa2060b5de294238a0802bae99f (diff) |
fix indetation
Change-Id: Iea12f654d737cfdadae99461ff996220fcb7901c
Reviewed-on: https://gerrit.libreoffice.org/22575
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | sc/source/filter/lotus/filter.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/lotus/filter.cxx b/sc/source/filter/lotus/filter.cxx index 06e9ba28662d..bc8780660297 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; |