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