Kaydet (Commit) 167a0383 authored tarafından Luboš Luňák's avatar Luboš Luňák

avoid unused argument warning

Change-Id: Ib67b804423b521407710f8319cb89977e44494cc
üst bb95f7e6
...@@ -1014,6 +1014,8 @@ void AppendObjs( const SwFrmFmts *pTbl, sal_uLong nIndex, ...@@ -1014,6 +1014,8 @@ void AppendObjs( const SwFrmFmts *pTbl, sal_uLong nIndex,
checkFmts.push_back( pFmt ); checkFmts.push_back( pFmt );
} }
} }
#else
(void)pTbl;
#endif #endif
SwFrmFmtAnchorMap::const_iterator_pair range = doc->GetFrmFmtAnchorMap()->equal_range( SwNodeIndex( doc->GetNodes(), nIndex )); SwFrmFmtAnchorMap::const_iterator_pair range = doc->GetFrmFmtAnchorMap()->equal_range( SwNodeIndex( doc->GetNodes(), nIndex ));
for( std::multimap< SwNodeIndex, SwFrmFmt* >::const_iterator it = range.first; for( std::multimap< SwNodeIndex, SwFrmFmt* >::const_iterator it = range.first;
......
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