#65293#: syntax

This commit is contained in:
Kai Ahrens 2002-05-02 12:53:05 +00:00
parent 9d70520036
commit 330d4e63ce

View file

@ -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 ) );