Kaydet (Commit) 0cd4f312 authored tarafından Takeshi Abe's avatar Takeshi Abe

Drop unused functions

Change-Id: Iff3dc8149cbe6dbf3827fa6817676777a528e93b
üst 655ef3e5
...@@ -197,14 +197,11 @@ public: ...@@ -197,14 +197,11 @@ public:
sal_uInt32 GetPos() const { return nPos; } sal_uInt32 GetPos() const { return nPos; }
void SetLeftBorder( sal_Bool bBorder ) { bLeftBorder = bBorder; }
sal_Bool HasLeftBorder() const { return bLeftBorder; } sal_Bool HasLeftBorder() const { return bLeftBorder; }
void SetRightBorder( sal_Bool bBorder ) { bRightBorder = bBorder; }
sal_Bool HasRightBorder() const { return bRightBorder; } sal_Bool HasRightBorder() const { return bRightBorder; }
void SetOutWidth( sal_Bool bSet ) { bOutWidth = bSet; } 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;
inline int operator<( const SwWriteTableCol& rCol ) const; inline int operator<( const SwWriteTableCol& rCol ) 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