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

Fix warnings: unused variables [loplugin]

Change-Id: I50ff4a5bda413537d93002ef5dc6f90f139ae9de
üst f247b435
...@@ -98,8 +98,6 @@ void ScTabBgColorDlg::FillColorValueSets_Impl() ...@@ -98,8 +98,6 @@ void ScTabBgColorDlg::FillColorValueSets_Impl()
if ( pColorList.is() ) if ( pColorList.is() )
{ {
nColorCount = pColorList->Count(); nColorCount = pColorList->Count();
Color aColWhite( COL_WHITE );
String aStrWhite( EditResId( RID_SVXITEMS_COLOR_WHITE ) );
aTabBgColorSet.addEntriesForXColorList(*pColorList); aTabBgColorSet.addEntriesForXColorList(*pColorList);
} }
......
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