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