diff options
Diffstat (limited to 'automation/source/server/statemnt.hxx')
-rw-r--r-- | automation/source/server/statemnt.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/statemnt.hxx b/automation/source/server/statemnt.hxx index d525779b0d11..9ea5a048374b 100644 --- a/automation/source/server/statemnt.hxx +++ b/automation/source/server/statemnt.hxx @@ -337,7 +337,7 @@ protected: sal_uInt16 nMethodId; sal_uInt16 nParams; comm_UINT16 nNr1,nNr2,nNr3,nNr4; - comm_ULONG nLNr1; + comm_UINT32 nLNr1; String aString1,aString2; sal_Bool bBool1,bBool2; @@ -373,7 +373,7 @@ protected: sal_uInt16 nMethodId; sal_uInt16 nParams; comm_UINT16 nNr1,nNr2,nNr3,nNr4; - comm_ULONG nLNr1; + comm_UINT32 nLNr1; String aString1,aString2; sal_Bool bBool1,bBool2; sal_Bool ControlOK( Window *pControl, const sal_Char* aBezeichnung ); @@ -397,7 +397,7 @@ class StatementFlow : public StatementList // Kommunikation mit Sequence sal_uInt16 nParams; comm_UINT16 nSNr1; - comm_ULONG nLNr1; + comm_UINT32 nLNr1; String aString1; sal_Bool bBool1; |