diff options
Diffstat (limited to 'dbaccess/source/ui/inc/TableController.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/TableController.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/TableController.hxx b/dbaccess/source/ui/inc/TableController.hxx index e6ab7c5ee3a8..81963c622e7f 100644 --- a/dbaccess/source/ui/inc/TableController.hxx +++ b/dbaccess/source/ui/inc/TableController.hxx @@ -85,7 +85,7 @@ namespace dbaui public: OTableController(const css::uno::Reference< css::uno::XComponentContext >& _rM); - const css::uno::Reference< css::beans::XPropertySet >& getTable() { return m_xTable;} + const css::uno::Reference< css::beans::XPropertySet >& getTable() const { return m_xTable;} bool isAddAllowed() const; bool isDropAllowed() const; |