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