summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/main/Axis.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 12:42:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 12:42:15 +0000
commit6805c0a43f352dd403e2b716efddbe4f6f357962 (patch)
treed1f1f604b50e5880fd8b06572bc72d3159171d09 /chart2/source/model/main/Axis.cxx
parentINTEGRATION: CWS chart06 (1.1.2); FILE ADDED (diff)
downloadcore-6805c0a43f352dd403e2b716efddbe4f6f357962.tar.gz
core-6805c0a43f352dd403e2b716efddbe4f6f357962.zip
INTEGRATION: CWS chart06 (1.9.8); FILE MERGED
2007/06/20 18:48:53 iha 1.9.8.1: #i67754#,#i76430# suiteable defaults for new 3D look and illumination
Diffstat (limited to 'chart2/source/model/main/Axis.cxx')
-rw-r--r--chart2/source/model/main/Axis.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/model/main/Axis.cxx b/chart2/source/model/main/Axis.cxx
index ce74957e07b1..da97ad162ceb 100644
--- a/chart2/source/model/main/Axis.cxx
+++ b/chart2/source/model/main/Axis.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Axis.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:30:56 $
+ * last change: $Author: rt $ $Date: 2007-07-03 13:42:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -342,6 +342,9 @@ Axis::Axis( Reference< uno::XComponentContext > const & /* xContext */ ) :
m_aSubGridProperties(),
m_xTitle()
{
+ setFastPropertyValue_NoBroadcast(
+ ::chart::LineProperties::PROP_LINE_COLOR, uno::makeAny( static_cast< sal_Int32 >( 0xb3b3b3 ) ) ); // gray30
+
if( m_xGrid.is())
ModifyListenerHelper::addListener( m_xGrid, m_xModifyEventForwarder );
if( m_aScaleData.Categories.is())