diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2023-09-28 19:46:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-29 08:02:55 +0200 |
commit | ed774e9fb5fe33ac93699e6f1f6773f7c63deef5 (patch) | |
tree | a9744650f7877ff7ad14ce24c75766620339f9b7 /include | |
parent | e9a0c97de95688b2f86bbb4dd8c823af5442401c (diff) |
rename SfxMedium::GetError -> GetErrorIgnoreWarning
to distinguish it from the very similar GetErrorCode()
Change-Id: I937e3dcfd6ce116046ac7b1c98cf79479b322f1d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157388
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/docfile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx index 2af13be14a0a..0b1c417247f5 100644 --- a/include/sfx2/docfile.hxx +++ b/include/sfx2/docfile.hxx @@ -144,7 +144,7 @@ public: void SetDoneLink( const Link<void*,void>& rLink ); ErrCode GetErrorCode() const; - ErrCode GetError() const + ErrCode GetErrorIgnoreWarning() const { return GetErrorCode().IgnoreWarning(); } ErrCode GetWarningError() const; ErrCode const & GetLastStorageCreationState() const; |