Kaydet (Commit) f6fdfc36 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

don't use a reference parameter here

Change-Id: Ia504de6fdc4a2ff6e764b13b5946e6e87ced3217
üst 73a309c7
......@@ -84,7 +84,7 @@ void ExtCfRuleContext::importDataBar( const AttributeList& rAttribs )
namespace {
::Color RgbToRgbComponents( sal_Int32& nRgb )
::Color RgbToRgbComponents( sal_Int32 nRgb )
{
sal_Int32 ornR = (nRgb >> 16) & 0xFF;
sal_Int32 ornG = (nRgb >> 8) & 0xFF;
......
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