SAL_FALLTHROUGH
Change-Id: I9b13e20b873e919aef93e5c7548112c47f57612e
This commit is contained in:
@@ -402,6 +402,7 @@ namespace
|
|||||||
TYPELIB_DANGER_RELEASE( pTD );
|
TYPELIB_DANGER_RELEASE( pTD );
|
||||||
}
|
}
|
||||||
} // else perform queryInterface()
|
} // else perform queryInterface()
|
||||||
|
SAL_FALLTHROUGH;
|
||||||
default:
|
default:
|
||||||
eRet = cpp2uno_call(
|
eRet = cpp2uno_call(
|
||||||
pCppI, aMemberDescr.get(),
|
pCppI, aMemberDescr.get(),
|
||||||
|
@@ -77,7 +77,7 @@ void MapReturn(sal_uInt64 x0, sal_uInt64 x1, typelib_TypeDescriptionReference *p
|
|||||||
case typelib_TypeClass_HYPER:
|
case typelib_TypeClass_HYPER:
|
||||||
case typelib_TypeClass_UNSIGNED_HYPER:
|
case typelib_TypeClass_UNSIGNED_HYPER:
|
||||||
pRegisterReturn[1] = x1;
|
pRegisterReturn[1] = x1;
|
||||||
// fallthrough
|
SAL_FALLTHROUGH;
|
||||||
case typelib_TypeClass_LONG:
|
case typelib_TypeClass_LONG:
|
||||||
case typelib_TypeClass_UNSIGNED_LONG:
|
case typelib_TypeClass_UNSIGNED_LONG:
|
||||||
case typelib_TypeClass_ENUM:
|
case typelib_TypeClass_ENUM:
|
||||||
@@ -525,6 +525,7 @@ void unoInterfaceProxyDispatch(
|
|||||||
TYPELIB_DANGER_RELEASE( pTD );
|
TYPELIB_DANGER_RELEASE( pTD );
|
||||||
}
|
}
|
||||||
} // else perform queryInterface()
|
} // else perform queryInterface()
|
||||||
|
SAL_FALLTHROUGH;
|
||||||
default:
|
default:
|
||||||
// dependent dispatch
|
// dependent dispatch
|
||||||
cpp_call(
|
cpp_call(
|
||||||
|
Reference in New Issue
Block a user