summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Janík <paveljanik@apache.org>2012-07-03 15:38:18 +0000
committerPavel Janík <paveljanik@apache.org>2012-07-03 15:38:18 +0000
commit2057fc6d057c8f488b4791b6dfc05122d1397337 (patch)
treedcb188a80f163ac90fcc76c10bae128e5bd382db
parent316fc7f636f0738f3bc0b50f0aea83510ee17bd8 (diff)
Comment variable nSz to prevent WaE issues.
Notes
-rw-r--r--sw/source/filter/html/htmlfly.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlfly.cxx b/sw/source/filter/html/htmlfly.cxx
index d8b4284078d2..e51cc212eb24 100644
--- a/sw/source/filter/html/htmlfly.cxx
+++ b/sw/source/filter/html/htmlfly.cxx
@@ -309,7 +309,7 @@ void SwHTMLWriter::CollectFlyFrms()
ASSERT( HTML_CFG_MAX+1 == MAX_BROWSERS,
"number of browser configurations has changed" );
- sal_uInt8 nSz = (sal_uInt8)Min( pDoc->GetSpzFrmFmts()->Count(), sal_uInt16(255) );
+ // sal_uInt8 nSz = (sal_uInt8)Min( pDoc->GetSpzFrmFmts()->Count(), sal_uInt16(255) );
SwPosFlyFrms aFlyPos(pDoc->GetAllFlyFmts(bWriteAll ? 0 : pCurPam, sal_True));
for(SwPosFlyFrms::const_iterator aIter(aFlyPos.begin()); aIter != aFlyPos.end(); aIter++)