summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/scuiasciiopt.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-19 20:09:19 +0100
committerEike Rathke <erack@redhat.com>2013-12-19 20:12:54 +0100
commit52be0a739642aa10bf5ec81c512ff0a9ca854eed (patch)
tree0658347351f10d32ce66de284df53bc7c15508bc /sc/source/ui/dbgui/scuiasciiopt.cxx
parent112e39a0a172f79ad3afa366673e1b7dfb3845f2 (diff)
there is no reason to not set FromRow for TSV files
The FromRow setting is remembered between imports, ignoring it for TSV may just lead to the user having it to enter again and again. Change-Id: I869b25595cf1f15dcbd1d5028d253299d2964cd7
Diffstat (limited to 'sc/source/ui/dbgui/scuiasciiopt.cxx')
-rw-r--r--sc/source/ui/dbgui/scuiasciiopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/scuiasciiopt.cxx b/sc/source/ui/dbgui/scuiasciiopt.cxx
index 6b9978ad4860..b73c4b0bbe9c 100644
--- a/sc/source/ui/dbgui/scuiasciiopt.cxx
+++ b/sc/source/ui/dbgui/scuiasciiopt.cxx
@@ -314,7 +314,7 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,OUString aDatName,
pCkbDetectNumber->Check();
if( bFixedWidth && !bIsTSV )
pRbFixed->Check();
- if( nFromRow != 1 && !bIsTSV )
+ if( nFromRow != 1 )
pNfRow->SetValue( nFromRow );
if ( bIsTSV )