Kaydet (Commit) 8a10735b authored tarafından Armin Le Grand's avatar Armin Le Grand

corrected unwanted change

üst a1111d73
...@@ -905,7 +905,7 @@ public: ...@@ -905,7 +905,7 @@ public:
void SetOutDevViewType( OutDevViewType eOutDevViewType ) { meOutDevViewType=eOutDevViewType; } void SetOutDevViewType( OutDevViewType eOutDevViewType ) { meOutDevViewType=eOutDevViewType; }
OutDevViewType GetOutDevViewType() const { return meOutDevViewType; } OutDevViewType GetOutDevViewType() const { return meOutDevViewType; }
void Fdrawrect; void SetLineColor();
void SetLineColor( const Color& rColor ); void SetLineColor( const Color& rColor );
const Color& GetLineColor() const { return maLineColor; } const Color& GetLineColor() const { return maLineColor; }
sal_Bool IsLineColor() const { return mbLineColor; } sal_Bool IsLineColor() const { return mbLineColor; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment