summaryrefslogtreecommitdiff
path: root/chart2/source/model/template
diff options
context:
space:
mode:
authorAlfonso Eusebio <alfonso_eusebio@yahoo.co.uk>2011-01-25 15:04:20 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-01-25 15:04:20 +0000
commitb83d973a49ada877c21ad76e410af82fdade5cc1 (patch)
tree005c02f31ff48f6ad70abc4460a2aee502ad5d96 /chart2/source/model/template
parent8cef84d41d28ceb698cf4d35ba2a8f3a43384b37 (diff)
emoved lines of code that were commented out.
Diffstat (limited to 'chart2/source/model/template')
-rw-r--r--chart2/source/model/template/ChartType.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/model/template/ChartType.cxx b/chart2/source/model/template/ChartType.cxx
index 7193e298d47c..547bf3c103f2 100644
--- a/chart2/source/model/template/ChartType.cxx
+++ b/chart2/source/model/template/ChartType.cxx
@@ -139,12 +139,6 @@ Sequence< OUString > SAL_CALL ChartType::getSupportedOptionalRoles()
{
static Sequence< OUString > aDefaultOptRolesSeq;
-// if( aDefaultOptRolesSeq.getLength() == 0 )
-// {
-// aDefaultOptRolesSeq.realloc( 1 );
-// aDefaultOptRolesSeq[0] = C2U( "error-bars-y" );
-// }
-
return aDefaultOptRolesSeq;
}