Drop unused functions

Change-Id: Iff3dc8149cbe6dbf3827fa6817676777a528e93b
This commit is contained in:
Takeshi Abe 2012-11-12 18:29:42 +09:00
parent 655ef3e507
commit 0cd4f312e3

View file

@ -197,14 +197,11 @@ public:
sal_uInt32 GetPos() const { return nPos; }
void SetLeftBorder( sal_Bool bBorder ) { bLeftBorder = bBorder; }
sal_Bool HasLeftBorder() const { return bLeftBorder; }
void SetRightBorder( sal_Bool bBorder ) { bRightBorder = bBorder; }
sal_Bool HasRightBorder() const { return bRightBorder; }
void SetOutWidth( sal_Bool bSet ) { bOutWidth = bSet; }
sal_Bool GetOutWidth() const { return bOutWidth; }
inline int operator==( const SwWriteTableCol& rCol ) const;
inline int operator<( const SwWriteTableCol& rCol ) const;