Kaydet (Commit) 8a57c430 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

fix misleading comment

Change-Id: I5dd3be60ef37cc9be39cd0640b60b44c638d8869
üst 684d2ad3
...@@ -985,7 +985,7 @@ uno::Reference< chart2::data::XDataSource > SAL_CALL SwChartDataProvider::create ...@@ -985,7 +985,7 @@ uno::Reference< chart2::data::XDataSource > SAL_CALL SwChartDataProvider::create
* Fix for #i79009 * Fix for #i79009
* we need to return a property that has the same value as the property * we need to return a property that has the same value as the property
* 'CellRangeRepresentation' but for all rows which are increased by one. * 'CellRangeRepresentation' but for all rows which are increased by one.
* E.g. Table1:A1:D5 -> Table1:A2:D6 * E.g. Table1.A1:D5 -> Table1,A2:D6
* Since the problem is only for old charts which did not support multiple * Since the problem is only for old charts which did not support multiple
* we do not need to provide that property/string if the 'CellRangeRepresentation' * we do not need to provide that property/string if the 'CellRangeRepresentation'
* contains multiple ranges. * contains multiple ranges.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment