From 95d5fc76defa9cba9e69b9eac4e732c60c516eb0 Mon Sep 17 00:00:00 2001 From: Abhyudaya Sharma Date: Fri, 11 May 2018 15:43:48 +0530 Subject: tdf#96099 Remove trivial StringVector typedef Change-Id: I2924447a61f592f2c4da1c5b2e4940d30f4a1307 Reviewed-on: https://gerrit.libreoffice.org/54125 Tested-by: Jenkins Reviewed-by: Julien Nabet --- dbaccess/source/inc/dsntypes.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/inc/dsntypes.hxx b/dbaccess/source/inc/dsntypes.hxx index e44ead53c805..fe64a933d77e 100644 --- a/dbaccess/source/inc/dsntypes.hxx +++ b/dbaccess/source/inc/dsntypes.hxx @@ -100,10 +100,9 @@ enum DATASOURCE_TYPE // ODsnTypeCollection class OOO_DLLPUBLIC_DBA ODsnTypeCollection final { - typedef std::vector StringVector; - StringVector m_aDsnTypesDisplayNames; /// user readable names for the datasource types - StringVector m_aDsnPrefixes; /// DSN prefixes which determine the type of a datasource + std::vector m_aDsnTypesDisplayNames; /// user readable names for the datasource types + std::vector m_aDsnPrefixes; /// DSN prefixes which determine the type of a datasource ::connectivity::DriversConfig m_aDriverConfig; css::uno::Reference< css::uno::XComponentContext > m_xContext; -- cgit v1.2.3