diff options
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/customize/cfgutil.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/cfgutil.cxx b/cui/source/customize/cfgutil.cxx index 621238da0cb8..7746333fe796 100644 --- a/cui/source/customize/cfgutil.cxx +++ b/cui/source/customize/cfgutil.cxx @@ -1349,7 +1349,7 @@ SvxScriptSelectorDialog::LoadLastUsedMacro() nOpenedNodes++; } if (xCategories.iter_has_child(*xIter)) - xCategories.iter_children(*xIter); + (void)xCategories.iter_children(*xIter); else if (nOpenedNodes < nInfoParts - 1) // If the number of levels in the tree is smaller than the // number of parts in the macro info string, then return |