Kaydet (Commit) 5a108cb0 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: bogus used uninit warning

Change-Id: I3a78903b5bdc81e751570c32dca93e323e8053e7
üst a228c580
......@@ -181,7 +181,7 @@ void SvtMatchContext_Impl::FillPicklist(std::vector<rtl::OUString>& rPickList)
void SvtMatchContext_Impl::Stop()
{
css::uno::Reference< css::ucb::XCommandProcessor > proc;
sal_Int32 id;
sal_Int32 id(0);
{
osl::MutexGuard g(mutex_);
if (!stopped_) {
......
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