summaryrefslogtreecommitdiff
path: root/framework/source/services/uriabbreviation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/uriabbreviation.cxx')
-rw-r--r--framework/source/services/uriabbreviation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/uriabbreviation.cxx b/framework/source/services/uriabbreviation.cxx
index 5c924f1ae5bc..b6707cff57b3 100644
--- a/framework/source/services/uriabbreviation.cxx
+++ b/framework/source/services/uriabbreviation.cxx
@@ -48,7 +48,7 @@ UriAbbreviation::UriAbbreviation(css::uno::Reference< css::uno::XComponentContex
}
// css::util::XStringAbbreviation:
-OUString SAL_CALL UriAbbreviation::abbreviateString(const css::uno::Reference< css::util::XStringWidth > & xStringWidth, ::sal_Int32 nWidth, const OUString & aString) throw (css::uno::RuntimeException, std::exception)
+OUString SAL_CALL UriAbbreviation::abbreviateString(const css::uno::Reference< css::util::XStringWidth > & xStringWidth, ::sal_Int32 nWidth, const OUString & aString)
{
OUString aResult( aString );
if ( xStringWidth.is() )