[Libreoffice-commits] core.git: vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Tue Apr 25 22:54:05 UTC 2017
vcl/source/window/errinf.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 1c1aa2642bcd447f598a85114e8517f35c106992
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Apr 21 21:03:13 2017 +1000
vcl: no longer a reverse dependency...
Change-Id: I38a73ad4190e8f06b74fc314d78cd4aa7d4479e7
Reviewed-on: https://gerrit.libreoffice.org/36845
Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>
diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index 84ace0c5ec35..2c9c0f17224e 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -163,10 +163,9 @@ static void aDspFunc(const OUString &rErr, const OUString &rAction)
OSL_FAIL(aErr.getStr());
}
-// FIXME: this is a horrible reverse dependency on VCL
struct ErrorContextImpl
{
- vcl::Window *pWin; // should be VclPtr for strong lifecycle
+ vcl::Window *pWin; // FIXME: should be VclPtr for strong lifecycle
};
ErrorContext::ErrorContext(vcl::Window *pWinP)
More information about the Libreoffice-commits
mailing list