summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/linkuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/linkuno.cxx')
-rw-r--r--sc/source/ui/unoobj/linkuno.cxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/sc/source/ui/unoobj/linkuno.cxx b/sc/source/ui/unoobj/linkuno.cxx
index 86e7fc84581d..24769484d77d 100644
--- a/sc/source/ui/unoobj/linkuno.cxx
+++ b/sc/source/ui/unoobj/linkuno.cxx
@@ -1197,9 +1197,8 @@ uno::Sequence< uno::Sequence< uno::Any > > ScDDELinkObj::getResults( )
if ( !bSuccess )
{
- throw uno::RuntimeException( OUString(
- "ScDDELinkObj::getResults: failed to get results!" ),
- uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException(
+ "ScDDELinkObj::getResults: failed to get results!" );
}
return aReturn;
@@ -1229,9 +1228,8 @@ void ScDDELinkObj::setResults( const uno::Sequence< uno::Sequence< uno::Any > >&
if ( !bSuccess )
{
- throw uno::RuntimeException( OUString(
- "ScDDELinkObj::setResults: failed to set results!" ),
- uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException(
+ "ScDDELinkObj::setResults: failed to set results!" );
}
}
@@ -1446,9 +1444,8 @@ uno::Reference< sheet::XDDELink > ScDDELinksObj::addDDELink(
if ( !xLink.is() )
{
- throw uno::RuntimeException( OUString(
- "ScDDELinksObj::addDDELink: cannot add DDE link!" ),
- uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException(
+ "ScDDELinksObj::addDDELink: cannot add DDE link!" );
}
return xLink;