Kaydet (Commit) 2259256a authored tarafından Pavel Janík's avatar Pavel Janík

WaE: unname unused variable to prevent compiler warnings.

üst b989f407
......@@ -1782,7 +1782,7 @@ namespace accessibility
return OCommonAccessibleText::getTextRange(nStartIndex, nEndIndex);
}
//IAccessibility2 Implementation 2009-----
void AccessibleEditableTextPara::_correctValues( const sal_Int32 nIndex,
void AccessibleEditableTextPara::_correctValues( const sal_Int32 /* nIndex */,
uno::Sequence< PropertyValue >& rValues)
{
SvxTextForwarder& rCacheTF = GetTextForwarder();
......
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