diff options
Diffstat (limited to 'dbaccess/source/ui/inc/TableWindow.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/TableWindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/TableWindow.hxx b/dbaccess/source/ui/inc/TableWindow.hxx index 879ab4beae8e..e356a5a265f7 100644 --- a/dbaccess/source/ui/inc/TableWindow.hxx +++ b/dbaccess/source/ui/inc/TableWindow.hxx @@ -151,7 +151,7 @@ namespace dbaui OUString const & GetComposedName() const { return m_pData->GetComposedName(); } const VclPtr<OTableWindowListBox>& GetListBox() const { return m_xListBox; } const TTableWindowData::value_type& GetData() const { return m_pData; } - const VclPtr<OTableWindowTitle>& GetTitleCtrl() { return m_xTitle; } + const VclPtr<OTableWindowTitle>& GetTitleCtrl() const { return m_xTitle; } /** returns the name which should be used when displaying join or relations @return |