summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/component/CTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/component/CTable.cxx')
-rw-r--r--connectivity/source/drivers/component/CTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/component/CTable.cxx b/connectivity/source/drivers/component/CTable.cxx
index 14b167347d09..9b5354d266d1 100644
--- a/connectivity/source/drivers/component/CTable.cxx
+++ b/connectivity/source/drivers/component/CTable.cxx
@@ -57,7 +57,7 @@ void OComponentTable::refreshColumns()
::std::vector< OUString> aVector;
- for(const auto& rxColumn : m_aColumns->get())
+ for(const auto& rxColumn : *m_aColumns)
aVector.push_back(Reference< XNamed>(rxColumn,UNO_QUERY_THROW)->getName());
if(m_xColumns)