From 6ae1794736666b2a483120977479fc6f12406021 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 19 Sep 2023 13:16:41 +0200 Subject: rename SfxObjectShell::GetError -> GetErrorIgnoreWarning to distinguish it from the very similar GetErrorCode() Change-Id: Ic863742a7546e2835826d12181bf073ccbbbfb83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157046 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/objsh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index dfb69b264418..a214c242a1c7 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -290,7 +290,7 @@ public: SAL_DLLPRIVATE void SetMacroMode_Impl(bool bModal=true); void ResetError(); - ErrCode GetError() const; + ErrCode GetErrorIgnoreWarning() const; ErrCode GetErrorCode() const; void SetError(ErrCode rErr); -- cgit