#65293#: syntax
This commit is contained in:
parent
9d70520036
commit
330d4e63ce
1 changed files with 5 additions and 3 deletions
|
@ -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 ) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue