summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-03 11:00:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-03 11:04:25 +0000
commitd68927c7fd4346311dce58e6059186633996d68b (patch)
treee646bb3046cd3acf6285a0d6a96d3997b982966f /testtools
parent5d0e485e827057eee9fb2c997685690b710e7f34 (diff)
use actual UNO enums in test..vbahelper
Change-Id: I2e38462045efedc31903589a3fa4e6f62d74d8de Reviewed-on: https://gerrit.libreoffice.org/36042 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/bridgetest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx
index fede2dbfe426..f2c0d7544a78 100644
--- a/testtools/source/bridgetest/bridgetest.cxx
+++ b/testtools/source/bridgetest/bridgetest.cxx
@@ -1011,7 +1011,7 @@ uno_Sequence* cloneSequence(const uno_Sequence* val, const Type& type)
sal_Int8* pBufCur = buf.get();
uno_Sequence* retSeq = nullptr;
- switch (pTdElem->eTypeClass)
+ switch ((TypeClass)pTdElem->eTypeClass)
{
case TypeClass_SEQUENCE:
{