Kaydet (Commit) 4134aa45 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Andras Timar

loplugin:passstuffbyref

Change-Id: I88baef02e5c8c87e7bc408212e16fd7039bfd7a1
(cherry picked from commit ec923b0c)
üst 6941c3dc
...@@ -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