Kaydet (Commit) 88cf936b authored tarafından Miklos Vajna's avatar Miklos Vajna Kaydeden (comit) Andras Timar

sw: outline SwTextPaintInfo ctor

Change-Id: Ie57e1f5abc91286662804e7528afd062d1427fee
(cherry picked from commit 9829d6ab)
üst 0545ac33
......@@ -531,6 +531,11 @@ SwTextPaintInfo::SwTextPaintInfo( const SwTextPaintInfo &rInf )
nSpaceIdx( rInf.GetSpaceIdx() )
{ }
SwTextPaintInfo::SwTextPaintInfo( SwTextFrm *pFrame, const SwRect &rPaint )
{
CtorInitTextPaintInfo( pFrame, rPaint );
}
extern Color aGlobalRetoucheColor;
/// Returns if the current background color is dark.
......
......@@ -410,8 +410,7 @@ public:
const SvxBrushItem *GetBrushItem() const { return pBrushItem; }
const SwRect &GetBrushRect() const { return aItemRect; }
inline SwTextPaintInfo( SwTextFrm *pFrame, const SwRect &rPaint )
{ CtorInitTextPaintInfo( pFrame, rPaint ); }
SwTextPaintInfo( SwTextFrm *pFrame, const SwRect &rPaint );
inline SwTwips X() const { return aPos.X(); }
inline void X( const long nNew ) { aPos.X() = nNew; }
......
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