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

Chris Sherlock chris.sherlock79 at gmail.com
Tue Apr 25 22:58:21 UTC 2017


 vcl/source/window/errinf.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d8a564010c46a4062cbfd7e055f5dc64597d3268
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Fri Apr 21 21:07:30 2017 +1000

    vcl: remove comment-cruft from errinf.cxx
    
    Change-Id: I53272ef788375ea3cfecc1fa9f24185909801fa1
    Reviewed-on: https://gerrit.libreoffice.org/36847
    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 2c9c0f17224e..c96ceca7a2a9 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -328,7 +328,6 @@ DialogMask ErrorHandler::HandleError_Impl(
     return DialogMask::NONE;
 }
 
-// static
 bool ErrorHandler::GetErrorString(sal_uInt32 lId, OUString& rStr)
 {
     return HandleError_Impl( lId, DialogMask::MAX, true, rStr ) != DialogMask::NONE;


More information about the Libreoffice-commits mailing list