diff options
author | Arkadiy Illarionov <qarkai@gmail.com> | 2018-05-26 11:58:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-28 09:39:47 +0200 |
commit | f62243c7bb620d821ae84366235111c47a99bae0 (patch) | |
tree | e429299e4ea151af9eb1ce8f6db06f565b359fcd /dbaccess | |
parent | 7f3c2ee6c135773c98ded063bdf10ec8900bf00f (diff) |
tdf#96099 Remove some trivial typedef std::vector
Change-Id: I41fff78c10d46bde50063536d8cf1a3942dbf6af
Reviewed-on: https://gerrit.libreoffice.org/54834
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/commontypes.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/commontypes.hxx b/dbaccess/source/ui/inc/commontypes.hxx index 18ba066f816a..74402d59bcd7 100644 --- a/dbaccess/source/ui/inc/commontypes.hxx +++ b/dbaccess/source/ui/inc/commontypes.hxx @@ -23,7 +23,6 @@ #include <sal/config.h> #include <set> -#include <vector> #include <unotools/sharedunocomponent.hxx> @@ -37,7 +36,6 @@ namespace dbaui { typedef std::set<OUString> StringBag; - typedef std::vector<OUString> StringArray; typedef ::utl::SharedUNOComponent< css::sdbc::XConnection > SharedConnection; |