Kaydet (Commit) ba6eedee authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'rUnitConverter' : unreferenced formal parameter

üst abe151e5
...@@ -304,7 +304,7 @@ sal_Bool XMLBorderHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue ...@@ -304,7 +304,7 @@ sal_Bool XMLBorderHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue
return sal_True; return sal_True;
} }
sal_Bool XMLBorderHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const sal_Bool XMLBorderHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& /* rUnitConverter */ ) const
{ {
OUStringBuffer aOut; OUStringBuffer aOut;
...@@ -320,7 +320,7 @@ sal_Bool XMLBorderHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue ...@@ -320,7 +320,7 @@ sal_Bool XMLBorderHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue
} }
else else
{ {
rUnitConverter.convertMeasure( aOut, nWidth, SvXMLUnitConverter::convertMeasure( aOut, nWidth,
MAP_100TH_MM, MAP_POINT ); MAP_100TH_MM, MAP_POINT );
aOut.append( sal_Unicode( ' ' ) ); aOut.append( sal_Unicode( ' ' ) );
...@@ -363,7 +363,7 @@ sal_Bool XMLBorderHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue ...@@ -363,7 +363,7 @@ sal_Bool XMLBorderHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue
aOut.append( sal_Unicode( ' ' ) ); aOut.append( sal_Unicode( ' ' ) );
rUnitConverter.convertColor( aOut, aBorderLine.Color ); SvXMLUnitConverter::convertColor( aOut, aBorderLine.Color );
} }
rStrExpValue = aOut.makeStringAndClear(); rStrExpValue = aOut.makeStringAndClear();
......
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