summaryrefslogtreecommitdiff
path: root/extensions/source/activex/SODispatchInterceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/activex/SODispatchInterceptor.h')
-rw-r--r--extensions/source/activex/SODispatchInterceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/activex/SODispatchInterceptor.h b/extensions/source/activex/SODispatchInterceptor.h
index dbb2b6a4f031..aa8138024fc6 100644
--- a/extensions/source/activex/SODispatchInterceptor.h
+++ b/extensions/source/activex/SODispatchInterceptor.h
@@ -153,7 +153,7 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SODISPATCHINTERCEPTOR)
if( !*pVal )
return E_FAIL;
- long ix = 0;
+ LONG ix = 0;
CComBSTR aInterface( OLESTR( "com.sun.star.frame.XDispatchProviderInterceptor" ) );
SafeArrayPutElement( *pVal, &ix, aInterface );