summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-18 19:50:51 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-18 21:32:59 +0100
commit944faca5aec0f1d0176c5cb3f686e61ef923fac6 (patch)
treed4492b273ed2597b3ca5884715581320eed78f3e /connectivity/source/drivers/ado
parent7bf5fa1dea5165c1b3e7c15e6bd6787aeb9e86be (diff)
WaE: unused variable rgsabound
Diffstat (limited to 'connectivity/source/drivers/ado')
-rw-r--r--connectivity/source/drivers/ado/Aolevariant.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/ado/Aolevariant.cxx b/connectivity/source/drivers/ado/Aolevariant.cxx
index dc754bef6a50..b7de1e5c7b9f 100644
--- a/connectivity/source/drivers/ado/Aolevariant.cxx
+++ b/connectivity/source/drivers/ado/Aolevariant.cxx
@@ -186,10 +186,6 @@ OLEVariant::OLEVariant(const ::com::sun::star::uno::Sequence< sal_Int8 >& x)
vt = VT_ARRAY|VT_UI1;
- SAFEARRAYBOUND rgsabound[1];
- rgsabound[0].lLbound = 0;
- rgsabound[0].cElements = x.getLength();
- // parray = SafeArrayCreate(VT_UI1,1,rgsabound);
parray = SafeArrayCreateVector(VT_UI1, 0, x.getLength());
const sal_Int8* pBegin = x.getConstArray();
const sal_Int8* pEnd = pBegin + x.getLength();