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

Remove useless private operator==() from SwFont

Change-Id: I7cbc6cc1c55afe0906cacda571c9ed8dd7fd8dd7
üst 979854a5
......@@ -62,7 +62,6 @@ class SwSubFont : public SvxFont
inline void CopyMagic( const SwSubFont& rFnt )
{ pMagic = rFnt.pMagic; nFntIndex = rFnt.nFntIndex; }
sal_Bool operator==( const SwFont &rFnt ) const;
SwSubFont& operator=( const SwSubFont &rFont );
short _CheckKerning( );
......@@ -144,8 +143,6 @@ class SwFont
sal_Bool bGreyWave :1; // Fuers extended TextInput: Graue Wellenlinie
sal_Bool bNoColReplace :1; // Replacement without colormanipulation
sal_Bool operator==( const SwFont &rFnt ) const;
protected:
inline SwFont() { pBackColor = NULL; nActual = SW_LATIN; }
......
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