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

Stephan Bergmann sbergman at redhat.com
Thu Mar 27 13:11:44 PDT 2014


 sfx2/source/appl/shutdowniconaqua.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e79aa3816892a3055560048c66139f1c4da30bac
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Mar 27 21:11:02 2014 +0100

    SAL_OVERRIDE, Mac OS X sfx2 redux
    
    Change-Id: Ic99184543e2c019e96622e445b56c21760bf025a

diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm
index 29cd579..7218061 100644
--- a/sfx2/source/appl/shutdowniconaqua.mm
+++ b/sfx2/source/appl/shutdowniconaqua.mm
@@ -146,7 +146,7 @@ class RecentFilesStringLength : public ::cppu::WeakImplHelper1< ::com::sun::star
 
         // XStringWidth
         sal_Int32 SAL_CALL queryStringWidth( const ::rtl::OUString& aString )
-            throw (::com::sun::star::uno::RuntimeException)
+            throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE
         {
             return aString.getLength();
         }


More information about the Libreoffice-commits mailing list