summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-04-24 02:27:09 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-04-27 05:27:59 +0200
commit58daac975bb871f4479948a9f64577c420d66624 (patch)
tree14a79a69b935ca5771fe69e857d59be00ad6f516 /vcl
parente248194bf4d41e99cd581552c9a68b8aed18447f (diff)
vcl: add newline for easier reading
Change-Id: I871b51d2cca33b3ebcb96f9e2b673dd43a077467 Reviewed-on: https://gerrit.libreoffice.org/36862 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/errinf.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index ce50b4de326b..fbef60953241 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -320,6 +320,7 @@ DialogMask ErrorHandler::HandleError(sal_uInt32 nErrCodeId, DialogMask nFlags)
{
if (nFlags != DialogMask::MAX)
nErrFlags = nFlags;
+
return (*reinterpret_cast<WindowDisplayErrorFunc*>(rData.pDsp))(
pParent, nErrFlags, aErr, aAction);
}