vcl/source/window/errinf.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 1c1aa2642bcd447f598a85114e8517f35c106992
Author: Chris Sherlock <chris.sherloc...@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.sherloc...@gmail.com>
    Tested-by: Chris Sherlock <chris.sherloc...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to