summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablerow.cxx')
-rw-r--r--svx/source/table/tablerow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/tablerow.cxx b/svx/source/table/tablerow.cxx
index 195a895781e5..37b9430da6a2 100644
--- a/svx/source/table/tablerow.cxx
+++ b/svx/source/table/tablerow.cxx
@@ -85,7 +85,7 @@ void TableRow::dispose()
-void TableRow::throwIfDisposed() const throw (::com::sun::star::uno::RuntimeException)
+void TableRow::throwIfDisposed() const throw (css::uno::RuntimeException)
{
if( !mxTableModel.is() )
throw DisposedException();
@@ -210,7 +210,7 @@ void SAL_CALL TableRow::setName( const OUString& aName ) throw (RuntimeException
// XFastPropertySet
-void SAL_CALL TableRow::setFastPropertyValue( sal_Int32 nHandle, const Any& aValue ) throw (UnknownPropertyException, PropertyVetoException, IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, RuntimeException, std::exception)
+void SAL_CALL TableRow::setFastPropertyValue( sal_Int32 nHandle, const Any& aValue ) throw (UnknownPropertyException, PropertyVetoException, IllegalArgumentException, css::lang::WrappedTargetException, RuntimeException, std::exception)
{
bool bOk = false;
bool bChange = false;