summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform8.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-01 06:39:48 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-04 12:54:10 +0000
commit6777720cf8b147496fcc9942a621b4b8d9f267f8 (patch)
tree9f21e9916aa3b13b0e4df35c33961f50b2bed40f /sc/source/filter/excel/excform8.cxx
parenta2d1a73304a2ff378ca05ff87848e04dbfdc0e4e (diff)
tdf#39468 Translate German comments
First run of translating German comments and terms in sc/ Change-Id: I9802df334259edcea148bead95cc98a8057b91a1 Reviewed-on: https://gerrit.libreoffice.org/35994 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/source/filter/excel/excform8.cxx')
-rw-r--r--sc/source/filter/excel/excform8.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/excform8.cxx b/sc/source/filter/excel/excform8.cxx
index cc26894066b8..469a576c4130 100644
--- a/sc/source/filter/excel/excform8.cxx
+++ b/sc/source/filter/excel/excform8.cxx
@@ -293,7 +293,7 @@ ConvErr ExcelToSc8::Convert( const ScTokenArray*& rpTokArray, XclImpStream& aIn,
break;
case 0x17: // String Constant [314 266]
{
- sal_uInt8 nLen = aIn.ReaduInt8(); // und?
+ sal_uInt8 nLen = aIn.ReaduInt8(); // Why?
OUString aString = aIn.ReadUniString( nLen ); // reads Grbit even if nLen==0
aStack << aPool.Store( aString );
@@ -1016,7 +1016,7 @@ ConvErr ExcelToSc8::Convert( ScRangeListTabs& rRangeList, XclImpStream& aIn, std
case 0x16: // Missing Argument [314 266]
break;
case 0x17: // String Constant [314 266]
- nLen = aIn.ReaduInt8(); // und?
+ nLen = aIn.ReaduInt8(); // Why?
aIn.IgnoreUniString( nLen ); // reads Grbit even if nLen==0
break;