diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-08-30 17:57:22 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-08-30 18:36:48 +0200 |
commit | 6d4c69ff8446184ac725713b8b53a66f0ee56701 (patch) | |
tree | 6f6712b3ce30787bf1878675ca741335f780ac55 /dbaccess | |
parent | ef3e7f23168d85db8310484e92d4234ff1916af8 (diff) |
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.cxx | 2 |
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; |