summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-02-17 17:13:19 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2011-02-17 17:13:19 +0100
commit2c0dad4acd41464a6942c11d2ef6f23d29615e1f (patch)
tree0f7ca6341790621403dd9a681d54b411c6311182 /extensions
parent1e0c228cdb54d14ac13d814296ca8fca8ef3e460 (diff)
masterfix: #i10000# INT16 -> sal_Int16
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoobjw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index 5452a95129ff..496ec6fea8db 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -915,7 +915,7 @@ HRESULT InterfaceOleWrapper_Impl::doInvoke( DISPPARAMS * pdispparams, VARIANT *
HRESULT ret= S_OK;
try
{
- Sequence<INT16> outIndex;
+ Sequence<sal_Int16> outIndex;
Sequence<Any> outParams;
Any returnValue;