summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-25 22:21:15 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-26 09:48:15 +0900
commit7af975da68a51aa640ca6cd239f98ee1f7b9ef45 (patch)
tree41f1a1ca13d9a4d7a26ecab4d72698223fd1b656
parent31e7ef32646dee9aea1b455e9f408ec0dc0be54a (diff)
Drop unused variable
Change-Id: Iccfc052323f61f8b5416c7e4c68df3c7aeeb3b1c
-rw-r--r--sw/source/filter/ww8/rtfexport.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx
index 1db1a2d83658..6cd33ce4d3e5 100644
--- a/sw/source/filter/ww8/rtfexport.hxx
+++ b/sw/source/filter/ww8/rtfexport.hxx
@@ -152,7 +152,6 @@ public:
/// This is used by OutputFlyFrame_Impl() to control the written syntax
bool bRTFFlySyntax;
- sal_Bool m_bOutStyleTab : 1;
SvStream& Strm();
SvStream& OutULong( sal_uLong nVal );
SvStream& OutLong( long nVal );