summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-27 21:11:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-27 21:11:02 +0100
commite79aa3816892a3055560048c66139f1c4da30bac (patch)
treef0bed238ce66563d71a400516fd3f222820a91f4 /sfx2
parenta7a9e81c772c86dbc8a2a62694a3f7dc23789df3 (diff)
SAL_OVERRIDE, Mac OS X sfx2 redux
Change-Id: Ic99184543e2c019e96622e445b56c21760bf025a
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/shutdowniconaqua.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm
index 29cd5794f1ae..7218061aa140 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();
}