Author: alg
Date: Tue Apr 30 14:26:29 2013
New Revision: 1477660
URL: http://svn.apache.org/r1477660
Log:
corrected unwanted change
Modified:
openoffice/trunk/main/vcl/inc/vcl/outdev.hxx
Modified: openoffice/trunk/main/vcl/inc/vcl/outdev.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/inc/vcl/outdev.hxx?rev=1477660&r1=1477659&r2=1477660&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/inc/vcl/outdev.hxx (original)
+++ openoffice/trunk/main/vcl/inc/vcl/outdev.hxx Tue Apr 30 14:26:29 2013
@@ -905,7 +905,7 @@ public:
void SetOutDevViewType( OutDevViewType eOutDevViewType ) {
meOutDevViewType=eOutDevViewType; }
OutDevViewType GetOutDevViewType() const { return meOutDevViewType; }
- void Fdrawrect;
+ void SetLineColor();
void SetLineColor( const Color& rColor );
const Color& GetLineColor() const { return maLineColor; }
sal_Bool IsLineColor() const { return mbLineColor; }