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

New commits:
commit ef9e0d876fac67b6c7b884fe58d52e2ddf2b3004
Author: Julien Nabet <serval2...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to