summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VAxisProperties.cxx
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/view/axes/VAxisProperties.cxx
parent8cef84d41d28ceb698cf4d35ba2a8f3a43384b37 (diff)
emoved lines of code that were commented out.
Diffstat (limited to 'chart2/source/view/axes/VAxisProperties.cxx')
-rw-r--r--chart2/source/view/axes/VAxisProperties.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/chart2/source/view/axes/VAxisProperties.cxx b/chart2/source/view/axes/VAxisProperties.cxx
index 755edbfca7ed..4bf06fd1c032 100644
--- a/chart2/source/view/axes/VAxisProperties.cxx
+++ b/chart2/source/view/axes/VAxisProperties.cxx
@@ -402,16 +402,7 @@ AxisLabelProperties::AxisLabelProperties()
, nRhythm( 1 )
, bRhythmIsFix(false)
{
- /*
- aLocale.Language = C2U( "en" );
- aLocale.Country = C2U( "US" );
-
- //aLocale.Language = C2U( "ar" );
- //aLocale.Country = C2U( "IR" );
- //aLocale.Language = C2U( "ja" );
- //aLocale.Country = C2U( "JP" );
- */
}
void AxisLabelProperties::init( const uno::Reference< XAxis >& xAxisModel )