Bug 31153 - multiple sections of data range is illegal now.
Summary: multiple sections of data range is illegal now.
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium major
Assignee: Kohei Yoshida
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-27 00:52 UTC by Yifan Jiang
Modified: 2010-10-27 19:02 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
test data (12.17 KB, application/vnd.oasis.opendocument.spreadsheet)
2010-10-27 00:52 UTC, Yifan Jiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yifan Jiang 2010-10-27 00:52:50 UTC
Created attachment 39802 [details]
test data

Platform: SLED 11 sp1 i586
build info: LibreOffice 3.2.99.2 build 1

[Steps]

    1. Open attached ods

    2. Select from menu Insert->Chart...

    3. In the chart wizard dialog, click Next

    
[Problem]

    In the data pilot field, multiple sections of data range (separated by
    semicomlon) becomes invalid. For example the following range is illegal
    now:

        $Sheet1.$A$1:$F$13;$Sheet1.$A$17:$F$17
                          ^        
          
[Extra Information]

    This is a regression against OO.o 3.2.1
Comment 1 Yifan Jiang 2010-10-27 00:54:08 UTC
Hi Kohei, would you like to take a look? The vanilla OO.o 3.3 doesn't have this problem :(

Thank you!
Comment 2 Kohei Yoshida 2010-10-27 04:48:02 UTC
Have you tried using ',' instead of ';'?  Depending on the locale, using ';' as the separate could indeed be illegal.
Comment 3 Yifan Jiang 2010-10-27 19:02:58 UTC
Ah...Sorry, I didn't realize that! Either using ',' or changing locale to zh_CN with ';' works well. Thank you!