summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-12 18:29:42 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-13 06:14:52 +0900
commit0cd4f312e3957a60ff5168f7fe77d736ee2ca4d4 (patch)
tree3f1efb42a48c3c291beeaaf911eff7464afab247 /sw
parent655ef3e507d1bc41e67cd7529f827ac58fb9bab0 (diff)
Drop unused functions
Change-Id: Iff3dc8149cbe6dbf3827fa6817676777a528e93b
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/inc/wrtswtbl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/filter/inc/wrtswtbl.hxx b/sw/source/filter/inc/wrtswtbl.hxx
index 15f87bd3fef5..5fed32e2d0a1 100644
--- a/sw/source/filter/inc/wrtswtbl.hxx
+++ b/sw/source/filter/inc/wrtswtbl.hxx
@@ -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;