summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdhlpln.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2002-05-02 12:53:05 +0000
committerKai Ahrens <ka@openoffice.org>2002-05-02 12:53:05 +0000
commit330d4e63ce4a9332a7ad5af3a4da2e8af26e87b3 (patch)
tree1408de44f4b5dbd156fe4286a7ae172dec3eb321 /svx/source/svdraw/svdhlpln.cxx
parent9d7052003610304abde9ebe1e7562a11cd77c831 (diff)
#65293#: syntax
Diffstat (limited to 'svx/source/svdraw/svdhlpln.cxx')
-rw-r--r--svx/source/svdraw/svdhlpln.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdhlpln.cxx b/svx/source/svdraw/svdhlpln.cxx
index b695b5ac319c..4ab6f0219aee 100644
--- a/svx/source/svdraw/svdhlpln.cxx
+++ b/svx/source/svdraw/svdhlpln.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdhlpln.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: cl $ $Date: 2002-04-29 14:31:24 $
+ * last change: $Author: ka $ $Date: 2002-05-02 13:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -261,7 +261,9 @@ void SdrHelpLineList::DrawAll(OutputDevice& rOut, const Point& rOfs) const
Color aOldLineColor( rOut.GetLineColor() );
svx::ColorConfig aColorConfig;
- svx::ColorConfigValue aColor( aColorConfig.GetColorValue( svx::DRAWGUIDES ) );
+
+ // !!! KA=>CL: changed this temp. from svx::DRAWGUIDES to svx::DRAWGRID
+ svx::ColorConfigValue aColor( aColorConfig.GetColorValue( svx::DRAWGRID ) );
rOut.SetLineColor( Color( aColor.nColor ) );