summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/component/CTable.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-19 11:00:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-20 07:09:43 +0100
commit16a3594e6a3bcb5a247a526d199db899a438ad50 (patch)
treec0346be15aa217ee71640eb25c53555040a90a48 /connectivity/source/drivers/component/CTable.cxx
parent4b3092b6020c7bf7d28e467ea876b627074580b5 (diff)
inline typedefs in connectivity/StdTypeDefs
Change-Id: I614833ed2418ff99057c7d496ddb64f06e8395db Reviewed-on: https://gerrit.libreoffice.org/46809 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 20f2ad4b7104..a6c0e68248d4 100644
--- a/connectivity/source/drivers/component/CTable.cxx
+++ b/connectivity/source/drivers/component/CTable.cxx
@@ -84,7 +84,7 @@ void OComponentTable::refreshColumns()
{
::osl::MutexGuard aGuard( m_aMutex );
- TStringVector aVector;
+ ::std::vector< OUString> aVector;
OSQLColumns::Vector::const_iterator aEnd = m_aColumns->get().end();
for(OSQLColumns::Vector::const_iterator aIter = m_aColumns->get().begin();aIter != aEnd;++aIter)