Kaydet (Commit) 0a320114 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

More loplugin:cstylecast: testtools

Change-Id: I3f6b38bca0381c293a3f7532145536cdd21e6aba
üst 08857f14
......@@ -1011,7 +1011,7 @@ uno_Sequence* cloneSequence(const uno_Sequence* val, const Type& type)
sal_Int8* pBufCur = buf.get();
uno_Sequence* retSeq = nullptr;
switch ((TypeClass)pTdElem->eTypeClass)
switch (static_cast<TypeClass>(pTdElem->eTypeClass))
{
case TypeClass_SEQUENCE:
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment