summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/appbas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/appbas.hxx')
-rw-r--r--sfx2/source/inc/appbas.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/appbas.hxx b/sfx2/source/inc/appbas.hxx
index 8b10fcb843de..05c182419514 100644
--- a/sfx2/source/inc/appbas.hxx
+++ b/sfx2/source/inc/appbas.hxx
@@ -36,7 +36,7 @@ class SbxObject;
//=========================================================================
SbxVariable* MakeVariable( StarBASIC *pBas, SbxObject *pObject,
- const char *pName, ULONG nSID, SbxDataType eType=SbxOBJECT,
+ const char *pName, sal_uIntPtr nSID, SbxDataType eType=SbxOBJECT,
SbxClassType = SbxCLASS_PROPERTY );