Kaydet (Commit) 1c53c506 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#735574 'Constant' variable guards dead code

Change-Id: Ifcb8078e3e52c1b3634ab1c6ad6d6121502950d9
üst 38b6c13f
......@@ -332,7 +332,7 @@ void TDefTableHandler::localResolve(Id rName, writerfilter::Reference<Properties
table::BorderLine2 aBorderLine;
ConversionHelper::MakeBorderLine( m_nLineWidth, m_nLineType, m_nLineColor,
aBorderLine, m_bOOXML );
bool rtl = false; // TODO
const bool rtl = false; // TODO
switch( rName )
{
case NS_ooxml::LN_CT_TcBorders_top:
......
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