summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/stlsheet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index 215c7ec92604..f01d3aea25d8 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -796,7 +796,7 @@ void SAL_CALL SdStyleSheet::dispose( ) throw (RuntimeException, std::exception)
}
catch (const Exception & exc)
{
- throw RuntimeException( "unexpected UNO exception caught: " + exc.Message, Reference< XInterface >() );
+ throw RuntimeException( "unexpected UNO exception caught: " + exc.Message );
}
}
}