summaryrefslogtreecommitdiff
path: root/automation/source/simplecm/packethandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/simplecm/packethandler.hxx')
-rw-r--r--automation/source/simplecm/packethandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/simplecm/packethandler.hxx b/automation/source/simplecm/packethandler.hxx
index d4da137196ca..8ea04d96f043 100644
--- a/automation/source/simplecm/packethandler.hxx
+++ b/automation/source/simplecm/packethandler.hxx
@@ -57,7 +57,7 @@ protected:
comm_UINT16 nReceiveHeaderType;
public:
- PacketHandler( ITransmiter* pTransmitter_, IReceiver* pReceiver_, comm_BOOL bMC = FALSE );
+ PacketHandler( ITransmiter* pTransmitter_, IReceiver* pReceiver_, comm_BOOL bMC = sal_False );
comm_UINT16 GetReceiveProtocol() const { return nReceiveProtocol; }
comm_UINT16 GetReceiveHeaderType() const { return nReceiveHeaderType; }