[Libreoffice-commits] core.git: vcl/source

Chris Sherlock chris.sherlock79 at gmail.com
Thu Apr 27 03:28:32 UTC 2017


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

New commits:
commit 58daac975bb871f4479948a9f64577c420d66624
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Apr 24 02:27:09 2017 +1000

    vcl: add newline for easier reading
    
    Change-Id: I871b51d2cca33b3ebcb96f9e2b673dd43a077467
    Reviewed-on: https://gerrit.libreoffice.org/36862
    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 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);
             }


More information about the Libreoffice-commits mailing list