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

-Werror,-Wunused-variable

Change-Id: I7afbcb0fb24406e9331cbfb104f0625e6e8fe14e
üst c3292f33
...@@ -187,9 +187,7 @@ void SwMultiTOXTabDialog::CreateOrUpdateExample( ...@@ -187,9 +187,7 @@ void SwMultiTOXTabDialog::CreateOrUpdateExample(
} }
for(sal_uInt16 i = 0 ; i <= TOX_AUTHORITIES; i++) for(sal_uInt16 i = 0 ; i <= TOX_AUTHORITIES; i++)
{ {
uno::Reference< beans::XPropertySet > xSectPr(pxIndexSectionsArr[i]->xContainerSection, uno::UNO_QUERY); uno::Reference< beans::XPropertySet > xSectPr(pxIndexSectionsArr[i]->xContainerSection, uno::UNO_QUERY);
uno::Any aVal;
if(xSectPr.is()) if(xSectPr.is())
{ {
xSectPr->setPropertyValue(UNO_NAME_IS_VISIBLE, makeAny(i == nTOXIndex)); xSectPr->setPropertyValue(UNO_NAME_IS_VISIBLE, makeAny(i == nTOXIndex));
......
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