summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-28 11:44:02 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-28 11:44:02 +0100
commit3f3ec2b85f8f5b828cb4af4d045d11c979c71110 (patch)
tree6710f08b75ced64832df2965cacf572a188199fc /chart2/source/controller/chartapiwrapper
parentd1959d69204893ee006c14dcb6f389e4dfe15449 (diff)
parent6f68642b7b2310b902264849a5ffc5dca6c15510 (diff)
undoapi: pulled and merged DEV300.m98
Diffstat (limited to 'chart2/source/controller/chartapiwrapper')
-rwxr-xr-x[-rw-r--r--]chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
index 062dcc1a129d..7a0907b05a28 100644..100755
--- a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
@@ -237,7 +237,7 @@ struct lcl_ComplexRowDescriptionsOperator : public lcl_Operator
virtual bool setsCategories( bool bDataInColumns )
{
- return !bDataInColumns;
+ return bDataInColumns;
}
virtual void apply( const Reference< XComplexDescriptionAccess >& xDataAccess )