summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-08-30 17:57:22 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-08-30 18:36:48 +0200
commit6d4c69ff8446184ac725713b8b53a66f0ee56701 (patch)
tree6f6712b3ce30787bf1878675ca741335f780ac55 /dbaccess
parentjanitorial: indentation (diff)
downloadcore-6d4c69ff8446184ac725713b8b53a66f0ee56701.tar.gz
core-6d4c69ff8446184ac725713b8b53a66f0ee56701.zip
that comment is patently wrong
categories presence used to be hardcoded to sal_True, but now it is tested a few lines below. Change-Id: I413bbac3069e49a56c74637b75b8d8990f6111b4
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/misc/DatabaseDataProvider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/misc/DatabaseDataProvider.cxx b/dbaccess/source/core/misc/DatabaseDataProvider.cxx
index 79056db9fc5e..ec944266bbd6 100644
--- a/dbaccess/source/core/misc/DatabaseDataProvider.cxx
+++ b/dbaccess/source/core/misc/DatabaseDataProvider.cxx
@@ -245,7 +245,7 @@ uno::Sequence< beans::PropertyValue > SAL_CALL DatabaseDataProvider::detectArgum
::comphelper::NamedValueCollection aArguments;
aArguments.put( "CellRangeRepresentation", uno::Any( OUString( "all" ) ) );
aArguments.put( "DataRowSource", uno::makeAny( chart::ChartDataRowSource_COLUMNS ) );
- // internal data always contains labels and categories
+ // internal data always contains labels
aArguments.put( "FirstCellAsLabel", uno::makeAny( sal_True ) );
sal_Bool bHasCategories = sal_False;