loplugin:external (clang-cl)
Change-Id: I2d636f229ea52505cc263ea0219cf9f00130effd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104241 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
0d193c12a6
commit
6232cb71f4
1 changed files with 5 additions and 0 deletions
|
@ -44,8 +44,13 @@ extern "C" typelib_TypeClass cpp_vtable_call(sal_Int64 nOffsetAndIndex, void **
|
|||
}
|
||||
|
||||
int const codeSnippetSize = 48;
|
||||
|
||||
namespace {
|
||||
|
||||
typedef enum { REGPARAM_INT, REGPARAM_FLT } RegParamKind;
|
||||
|
||||
}
|
||||
|
||||
extern "C" char privateSnippetExecutor;
|
||||
|
||||
// This function generates the code that acts as a proxy for the UNO function to be called.
|
||||
|
|
Loading…
Reference in a new issue