Kaydet (Commit) 27a54e55 authored tarafından David Tardon's avatar David Tardon

WaE: unused variable

üst 2108eedb
...@@ -1798,18 +1798,6 @@ void ImpEditEngine::InitScriptTypes( sal_uInt16 nPara ) ...@@ -1798,18 +1798,6 @@ void ImpEditEngine::InitScriptTypes( sal_uInt16 nPara )
rTypes[nIdx].nStartPos = nEnd; rTypes[nIdx].nStartPos = nEnd;
} }
} }
#if OSL_DEBUG_LEVEL > 1
sal_uInt16 nDebugStt = 0;
sal_uInt16 nDebugEnd = 0;
short nDebugType = 0;
for ( size_t n = 0; n < rTypes.size(); ++n )
{
nDebugStt = rTypes[n].nStartPos;
nDebugEnd = rTypes[n].nEndPos;
nDebugType = rTypes[n].nScriptType;
}
#endif
} }
} }
......
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