Kaydet (Commit) ec923b0c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstuffbyref

Change-Id: I88baef02e5c8c87e7bc408212e16fd7039bfd7a1
üst e8e64756
...@@ -66,7 +66,7 @@ void SetValue( ScDocument* pDoc, ScColorScaleEntry* pEntry, Edit& aEdit) ...@@ -66,7 +66,7 @@ void SetValue( ScDocument* pDoc, ScColorScaleEntry* pEntry, Edit& aEdit)
aEdit.Disable(); aEdit.Disable();
} }
void SelectColor(const Color& aColor, const OUString aCustomName, ColorListBox& rLstBox) void SelectColor(const Color& aColor, const OUString & aCustomName, ColorListBox& rLstBox)
{ {
rLstBox.SelectEntry( aColor ); rLstBox.SelectEntry( aColor );
if ( rLstBox.GetSelectEntryColor() != aColor ) if ( rLstBox.GetSelectEntryColor() != aColor )
......
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