diff options
Diffstat (limited to 'include/connectivity/TColumnsHelper.hxx')
-rw-r--r-- | include/connectivity/TColumnsHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/TColumnsHelper.hxx b/include/connectivity/TColumnsHelper.hxx index 3aea77fd2955..b45cd4ed9aa0 100644 --- a/include/connectivity/TColumnsHelper.hxx +++ b/include/connectivity/TColumnsHelper.hxx @@ -47,7 +47,7 @@ namespace connectivity OColumnsHelper( ::cppu::OWeakObject& _rParent ,bool _bCase ,::osl::Mutex& _rMutex - ,const TStringVector &_rVector + ,const ::std::vector< OUString> &_rVector ,bool _bUseHardRef ); virtual ~OColumnsHelper() override; |