summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/ImplChartModel.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-02-12 16:56:44 +0100
committerJens-Heiner Rechtien <hr@openoffice.org>2010-02-12 16:56:44 +0100
commitccbdeff63641f7b20d10a1b83ce8d4eb6c1c6a0c (patch)
treed3765595e3b51fc76f3c791f9b91703806a8c8ce /chart2/source/model/main/ImplChartModel.cxx
parent3253a7b54dbd5d2bd98dc055c6b4d540862e4f28 (diff)
changefileheader2: #i10000#: convert files with CR/LF characters to CR only
Diffstat (limited to 'chart2/source/model/main/ImplChartModel.cxx')
-rw-r--r--chart2/source/model/main/ImplChartModel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/ImplChartModel.cxx b/chart2/source/model/main/ImplChartModel.cxx
index 8769811e0..3d7b69d21 100644
--- a/chart2/source/model/main/ImplChartModel.cxx
+++ b/chart2/source/model/main/ImplChartModel.cxx
@@ -366,7 +366,7 @@ void ImplChartModel::CreateDefaultChart()
xLegendProperties->setPropertyValue( C2U( "LineColor" ), uno::makeAny( static_cast< sal_Int32 >( 0xb3b3b3 ) )); // gray30
xLegendProperties->setPropertyValue( C2U( "FillColor" ), uno::makeAny( static_cast< sal_Int32 >( 0xe6e6e6 ) ) ); // gray10
- if( bIsRTL )
+ if( bIsRTL )
xLegendProperties->setPropertyValue( C2U( "AnchorPosition" ), uno::makeAny( chart2::LegendPosition_LINE_START ));
}
if(xDiagram.is())