diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-14 18:16:56 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-15 16:44:08 +0200 |
commit | f1ff61ff057e29cb82d425e0b641f7ad6f01bab4 (patch) | |
tree | 0d77c6b2966026ac8b7cc3cd7c5683d12e9be98e /sc | |
parent | 81413799eb4f38d62710b295268249307364000a (diff) |
Fix typos
Change-Id: Iea1f82e95c37bdf778941a568d61f17f179f838d
Reviewed-on: https://gerrit.libreoffice.org/38795
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/exctools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/exctools.cxx b/sc/source/filter/excel/exctools.cxx index a438f0927ab5..18a1f72ca2aa 100644 --- a/sc/source/filter/excel/exctools.cxx +++ b/sc/source/filter/excel/exctools.cxx @@ -187,7 +187,7 @@ ExcScenario::ExcScenario( XclImpStream& rIn, const RootData& rR ) rIn.Ignore( 1 ); // Hide nName = rIn.ReaduInt8(); nComment = rIn.ReaduInt8(); - rIn.Ignore( 1 ); // statt nUser! + rIn.Ignore( 1 ); // instead of nUser! if( nName ) aName = rIn.ReadUniString( nName ); |