diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-06-25 00:12:19 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-06-25 00:26:45 +0200 |
commit | 8a57c4309866ea0eaac7ccf9cc39aed35218fe0d (patch) | |
tree | 40d00df0143d1b91253d2d049cd19ee4d6854dab | |
parent | 684d2ad37aed1240eea03dac381acd1c73383b20 (diff) |
fix misleading comment
Change-Id: I5dd3be60ef37cc9be39cd0640b60b44c638d8869
-rw-r--r-- | sw/source/core/unocore/unochart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx index 2a202283bf9c..afa0dda62d4f 100644 --- a/sw/source/core/unocore/unochart.cxx +++ b/sw/source/core/unocore/unochart.cxx @@ -985,7 +985,7 @@ uno::Reference< chart2::data::XDataSource > SAL_CALL SwChartDataProvider::create * Fix for #i79009 * we need to return a property that has the same value as the property * '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 * we do not need to provide that property/string if the 'CellRangeRepresentation' * contains multiple ranges. |