Kaydet (Commit) ff735285 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Remove useless method

Change-Id: I5f2c5a57a5b0defb15bcfd68bdf2a9ce6f2446ac
üst baf38430
...@@ -1140,7 +1140,7 @@ void SwTxtPaintInfo::DrawBackground( const SwLinePortion &rPor ) const ...@@ -1140,7 +1140,7 @@ void SwTxtPaintInfo::DrawBackground( const SwLinePortion &rPor ) const
} }
} }
void SwTxtPaintInfo::_DrawBackBrush( const SwLinePortion &rPor ) const void SwTxtPaintInfo::DrawBackBrush( const SwLinePortion &rPor ) const
{ {
{ {
SwRect aIntersect; SwRect aIntersect;
......
...@@ -388,7 +388,6 @@ class SwTxtPaintInfo : public SwTxtSizeInfo ...@@ -388,7 +388,6 @@ class SwTxtPaintInfo : public SwTxtSizeInfo
SwTxtPaintInfo &operator=(const SwTxtPaintInfo&); SwTxtPaintInfo &operator=(const SwTxtPaintInfo&);
void _NotifyURL( const SwLinePortion &rPor ) const; void _NotifyURL( const SwLinePortion &rPor ) const;
void _DrawBackBrush( const SwLinePortion &rPor ) const;
protected: protected:
#ifdef DBG_UTIL #ifdef DBG_UTIL
...@@ -439,8 +438,7 @@ public: ...@@ -439,8 +438,7 @@ public:
void DrawPostIts( const SwLinePortion &rPor, sal_Bool bScript ) const; void DrawPostIts( const SwLinePortion &rPor, sal_Bool bScript ) const;
void DrawBackground( const SwLinePortion &rPor ) const; void DrawBackground( const SwLinePortion &rPor ) const;
void DrawViewOpt( const SwLinePortion &rPor, const MSHORT nWhich ) const; void DrawViewOpt( const SwLinePortion &rPor, const MSHORT nWhich ) const;
inline void DrawBackBrush( const SwLinePortion &rPor ) const void DrawBackBrush( const SwLinePortion &rPor ) const;
{ /* if( pFnt->GetBackColor() ) */ _DrawBackBrush( rPor ); }
void DrawBorder( const SwLinePortion &rPor ) const; void DrawBorder( const SwLinePortion &rPor ) const;
......
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