diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-11 22:00:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-14 07:35:56 +0000 |
commit | 0ddc688ab48a3a34167168301a73f1c642d01e0d (patch) | |
tree | 41ea6fea45ac859c1a8dc5d2f817e871d9a8c131 /sc | |
parent | 9bb31596b978b30e3823e576514bed31bb6c1d5f (diff) |
stray pointless aByteLine
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/impex.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index 146ff58dff78..f7eb41a6f77a 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -787,7 +787,6 @@ sal_Bool ScImportExport::Text2Doc( SvStream& rStrm ) while( bOk ) { - ByteString aByteLine; String aLine, aCell; SCROW nRow = nStartRow; rStrm.Seek( nOldPos ); |