summaryrefslogtreecommitdiff
path: root/include/connectivity/PColumn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/PColumn.hxx')
-rw-r--r--include/connectivity/PColumn.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/PColumn.hxx b/include/connectivity/PColumn.hxx
index 3298bf9b0f94..9fab5038ab9c 100644
--- a/include/connectivity/PColumn.hxx
+++ b/include/connectivity/PColumn.hxx
@@ -146,7 +146,7 @@ namespace connectivity
virtual void construct();
- virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException, std::exception);
private:
using OOrderColumn_BASE::createArrayHelper;
};