summaryrefslogtreecommitdiff
path: root/include/vcl/errinf.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-04-23 19:39:43 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-04-27 05:22:36 +0200
commitab9c8141380f5965aa9644b1032af54091a78212 (patch)
treef5f0f3a5ac894a3cf2ef2cc6f3bd82970ac94517 /include/vcl/errinf.hxx
parent46a153cbcac1a3e2881b83b5537037321c34797c (diff)
vcl: ErrorHandler_Impl renamed to ErrorStringFactory
This isn't just a pImpl class, it's actually a factory used to determine which error handler should create the error strings. Change-Id: I2901a45d7c1e16608b3fbe39e9c5cd9d5cb9627b Reviewed-on: https://gerrit.libreoffice.org/36852 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/vcl/errinf.hxx')
-rw-r--r--include/vcl/errinf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/errinf.hxx b/include/vcl/errinf.hxx
index 2820729a3676..cc1118384118 100644
--- a/include/vcl/errinf.hxx
+++ b/include/vcl/errinf.hxx
@@ -32,7 +32,7 @@
namespace vcl { class Window; }
class DynamicErrorInfo_Impl;
-class ErrorHandler_Impl;
+class ErrorStringFactory;
enum class DialogMask
{
@@ -149,7 +149,7 @@ typedef void BasicDisplayErrorFunc(
class SAL_WARN_UNUSED VCL_DLLPUBLIC ErrorHandler
{
- friend class ErrorHandler_Impl;
+ friend class ErrorStringFactory;
public:
ErrorHandler();