summaryrefslogtreecommitdiff
path: root/vcl/source/window/errinf.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-04-21 21:03:13 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-04-26 00:53:37 +0200
commit1c1aa2642bcd447f598a85114e8517f35c106992 (patch)
treeb995c2a7c9b64cd463e090e0225bf331c512289d /vcl/source/window/errinf.cxx
parent85e78b83515494a297286ba1dcba30a59fac130d (diff)
vcl: no longer a reverse dependency...
Change-Id: I38a73ad4190e8f06b74fc314d78cd4aa7d4479e7 Reviewed-on: https://gerrit.libreoffice.org/36845 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/source/window/errinf.cxx')
-rw-r--r--vcl/source/window/errinf.cxx3
1 files changed, 1 insertions, 2 deletions
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)