diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-22 13:53:12 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-25 06:02:27 +0000 |
commit | d848960a3e77a8608a48f3ba394928c955f1e2d9 (patch) | |
tree | 72dc3e769cfe94d8f173185b5c4762ae14e98dbb /include | |
parent | f4b8b9ad1109b63afea6d8111a2e0799399a2fb2 (diff) |
rename Errhdl_Impl to ErrorHandler_Impl
Change-Id: I2405c74487a869def2436f19917937f69ab32916
Reviewed-on: https://gerrit.libreoffice.org/24310
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/errinf.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx index 390de61e389b..1f9946bce920 100644 --- a/include/tools/errinf.hxx +++ b/include/tools/errinf.hxx @@ -32,7 +32,7 @@ namespace vcl { class Window; } class DynamicErrorInfo_Impl; -class ErrHdl_Impl; +class ErrorHandler_Impl; class TOOLS_DLLPUBLIC ErrorInfo { @@ -138,10 +138,10 @@ typedef void BasicDisplayErrorFunc( class TOOLS_DLLPUBLIC ErrorHandler { - friend class ErrHdl_Impl; + friend class ErrorHandler_Impl; private: - std::unique_ptr<ErrHdl_Impl> pImpl; + std::unique_ptr<ErrorHandler_Impl> pImpl; static sal_uInt16 HandleError_Impl( sal_uIntPtr lId, sal_uInt16 nFlags, |