cui/source/options/optinet2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit c6d27e91d93463a533c24dae14edf97e9e0206b6 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Tue Aug 6 23:48:50 2019 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Aug 7 07:18:51 2019 +0200 Fix wrong method in SAL_WARN (cui/optinet2.cxx) Change-Id: Ifb56d6d6c767b8f5d40e396638470be822355d6d Reviewed-on: https://gerrit.libreoffice.org/77075 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index ce76fc2521b5..bbcb56607ed8 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -332,14 +332,14 @@ void SvxProxyTabPage::ReadConfigDefaults_Impl() } catch (const beans::UnknownPropertyException &) { - SAL_WARN("cui.options", "SvxProxyTabPage::RestoreConfigDefaults_Impl: UnknownPropertyException caught" ); + SAL_WARN("cui.options", "SvxProxyTabPage::ReadConfigDefaults_Impl: UnknownPropertyException caught" ); } catch (const css::lang::WrappedTargetException &) { - SAL_WARN("cui.options", "SvxProxyTabPage::RestoreConfigDefaults_Impl: WrappedTargetException caught" ); + SAL_WARN("cui.options", "SvxProxyTabPage::ReadConfigDefaults_Impl: WrappedTargetException caught" ); } catch (const RuntimeException &) { - SAL_WARN("cui.options", "SvxProxyTabPage::RestoreConfigDefaults_Impl: RuntimeException caught" ); + SAL_WARN("cui.options", "SvxProxyTabPage::ReadConfigDefaults_Impl: RuntimeException caught" ); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits