diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-22 13:51:47 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-25 06:01:56 +0000 |
commit | f4b8b9ad1109b63afea6d8111a2e0799399a2fb2 (patch) | |
tree | e02b8e5b14a8bc1333707fd0d2a88ddb40e63945 /include | |
parent | 924126df792915092ee6201d1f068e43ffb80b67 (diff) |
rename EDcr_Impl to DynamicErrorInfo_Impl
Change-Id: Id184df4e4466930ba75e47e257ceb75be2fab34b
Reviewed-on: https://gerrit.libreoffice.org/24309
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 28c1c260f18c..390de61e389b 100644 --- a/include/tools/errinf.hxx +++ b/include/tools/errinf.hxx @@ -31,7 +31,7 @@ // FIXME: horrible legacy dependency on VCL from tools. namespace vcl { class Window; } -class EDcr_Impl; +class DynamicErrorInfo_Impl; class ErrHdl_Impl; class TOOLS_DLLPUBLIC ErrorInfo @@ -52,10 +52,10 @@ public: class TOOLS_DLLPUBLIC DynamicErrorInfo : public ErrorInfo { - friend class EDcr_Impl; + friend class DynamicErrorInfo_Impl; private: - std::unique_ptr<EDcr_Impl> pImpl; + std::unique_ptr<DynamicErrorInfo_Impl> pImpl; public: |