Kaydet (Commit) 85871c98 authored tarafından Noel Grandin's avatar Noel Grandin

fix missing return statement

...introduced in my commit dc00ad1e
"fdo#46808, Use service constructor for task::InteractionHandler"

Change-Id: I187702ee5d6c3e653ce08526bb1af80af0b92cb4
üst ce33f85f
......@@ -2749,6 +2749,7 @@ ErrCode RequestPassword(const SfxFilter* pCurrentFilter, rtl::OUString& aURL, Sf
}
else
return ERRCODE_ABORT;
return ERRCODE_NONE;
}
// ------------------------------------------------------------------------
......
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