diff options
Diffstat (limited to 'automation/source/server/scmdstrm.hxx')
-rw-r--r-- | automation/source/server/scmdstrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/scmdstrm.hxx b/automation/source/server/scmdstrm.hxx index a6f3e04e1057..5962e3942459 100644 --- a/automation/source/server/scmdstrm.hxx +++ b/automation/source/server/scmdstrm.hxx @@ -48,7 +48,7 @@ public: using CmdBaseStream::Read; void Read ( comm_UINT16 &nNr ){CmdBaseStream::Read ( nNr );} - void Read ( comm_ULONG &nNr ){CmdBaseStream::Read ( nNr );} + void Read ( comm_UINT32 &nNr ){CmdBaseStream::Read ( nNr );} void Read ( comm_BOOL &bBool ){CmdBaseStream::Read ( bBool );} void Read ( String &aString ); void Read ( SfxPoolItem *&pItem ); |