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

Julien Nabet serval2412 at yahoo.fr
Mon Jun 23 13:25:19 PDT 2014


 svx/source/fmcomp/gridctrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ef9e0d876fac67b6c7b884fe58d52e2ddf2b3004
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Jun 23 22:24:39 2014 +0200

    Try to fix
    
    Change-Id: I429c0488405865788c06e680fd946e07e3fc7ae3

diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index 89beac5..4d6239b 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -3141,7 +3141,7 @@ bool DbGridControl::SaveRow()
     catch(SQLException&)
     {
         EndCursorAction();
-        Any aError = ::cppu::getCaughtException();
+        Any aError = cppu::getCaughtException();
         if ( aError.hasValue() )
             displayException( aError );
         m_bUpdating = false;


More information about the Libreoffice-commits mailing list