summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-28 22:34:57 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-29 15:39:56 +0100
commitdb18b6ce1628f8ba6f0df543adfcfebfcaae5744 (patch)
tree7af18eb8bdfe0ed25883ac347e50ed7662a1a716 /sw/source
parent8851a54184f0648eca0c6e45bc4d1dc07d79008f (diff)
cppcheck: remove unused variable bHidden.
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index 72a89297d7ec..535eb7f221bb 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -1536,7 +1536,6 @@ eF_ResT SwWW8ImplReader::Read_F_Seq( WW8FieldDesc*, String& rStr )
{
String aSequenceName;
String aBook;
- bool bHidden = false;
bool bFormat = false;
bool bShowLast = false;
bool bCountOn = true;
@@ -1556,13 +1555,10 @@ eF_ResT SwWW8ImplReader::Read_F_Seq( WW8FieldDesc*, String& rStr )
break;
case 'h':
- if( !bFormat )
- bHidden = true; // Hidden-Flag aktivieren
break;
case '*':
bFormat = true; // Format-Flag aktivieren
- bHidden = false; // Hidden-Flag deaktivieren
nRet = aReadParam.SkipToNextToken();
if( -2 == nRet )
eNumFormat = GetNumTypeFromName( aReadParam.GetResult() );