summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/commontypes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-23 10:06:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-23 11:55:09 +0200
commita8b555a26067b48f4c1568d476613c5769eb7591 (patch)
treea290c6176632672c24666cc7d2147b8be90e7d9f /dbaccess/source/ui/inc/commontypes.hxx
parent8af0d5367e2d4cbc04989321f1e68c024d4c343e (diff)
convert EF constants to o3tl::typed_flags
and remove now unused ByteVector typedef Change-Id: I9c4b30aea2608cf97e597b00b4a4ea800efac4ec
Diffstat (limited to 'dbaccess/source/ui/inc/commontypes.hxx')
-rw-r--r--dbaccess/source/ui/inc/commontypes.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/commontypes.hxx b/dbaccess/source/ui/inc/commontypes.hxx
index 5779a7aa702a..18ba066f816a 100644
--- a/dbaccess/source/ui/inc/commontypes.hxx
+++ b/dbaccess/source/ui/inc/commontypes.hxx
@@ -37,7 +37,6 @@ namespace dbaui
{
typedef std::set<OUString> StringBag;
- typedef std::vector<sal_Int8> ByteVector;
typedef std::vector<OUString> StringArray;
typedef ::utl::SharedUNOComponent< css::sdbc::XConnection > SharedConnection;