summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-05-08 08:37:54 +0000
committerChristian Lippka <cl@openoffice.org>2002-05-08 08:37:54 +0000
commit11140ef4e36041d575c24376331806f6f8290887 (patch)
treeca2be3692f478fa0beded2784a44120e67327207 /svx
parentdac207357dbea14b1cd94efad0da305475031d42 (diff)
#98819# set grid color from ColorConfig
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdpntv.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdpntv.cxx b/svx/source/svdraw/svdpntv.cxx
index afe3a8d9eb6b..227bb142c277 100644
--- a/svx/source/svdraw/svdpntv.cxx
+++ b/svx/source/svdraw/svdpntv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdpntv.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: cl $ $Date: 2002-04-29 14:32:45 $
+ * last change: $Author: cl $ $Date: 2002-05-08 09:37:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2139,6 +2139,9 @@ void SdrPaintView::onChangeColorConfig()
aSet.Put( XFillColorItem( aEmpty, Color( maColorConfig.GetColorValue( svx::DRAWFILL ).nColor ) ) );
aSet.Put( XLineColorItem( aEmpty, Color( maColorConfig.GetColorValue( svx::DRAWDRAWING ).nColor ) ) );
SetDefaultAttr( aSet, false);
+
+ SetGridColor( Color( maColorConfig.GetColorValue( svx::DRAWGRID ).nColor ) );
+
}
void SdrPaintView::SetGridColor( Color aColor )