summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerows.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablerows.cxx')
-rw-r--r--svx/source/table/tablerows.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablerows.cxx b/svx/source/table/tablerows.cxx
index bfaecd7d78d3..fdbd19c94ebb 100644
--- a/svx/source/table/tablerows.cxx
+++ b/svx/source/table/tablerows.cxx
@@ -56,7 +56,7 @@ void TableRows::dispose()
-void TableRows::throwIfDisposed() const throw (::com::sun::star::uno::RuntimeException)
+void TableRows::throwIfDisposed() const throw (css::uno::RuntimeException)
{
if( !mxTableModel.is() )
throw DisposedException();