summaryrefslogtreecommitdiff
path: root/automation/source/server/server.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/server/server.hxx')
-rw-r--r--automation/source/server/server.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/server/server.hxx b/automation/source/server/server.hxx
index 099973bee6bb..544a267759c4 100644
--- a/automation/source/server/server.hxx
+++ b/automation/source/server/server.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,8 +41,8 @@ namespace vos
#include "editwin.hxx"
#include <automation/communi.hxx>
-#define TT_PORT_NOT_INITIALIZED ULONG(0xFFFFFFFF) // Eigentlich ja noch mehr, aber soll mal reichen
-#define TT_NO_PORT_DEFINED 0
+#define TT_PORT_NOT_INITIALIZED ULONG(0xFFFFFFFF) // Eigentlich ja noch mehr, aber soll mal reichen
+#define TT_NO_PORT_DEFINED 0
class RemoteControlCommunicationManager : public CommunicationManagerServerViaSocket
{
@@ -73,7 +73,7 @@ public:
static USHORT nComm;
#if OSL_DEBUG_LEVEL > 1
-// virtual void DataReceived( CommunicationLink* pCL );
+// virtual void DataReceived( CommunicationLink* pCL );
#endif
};