You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/01/29 11:07:22 UTC

svn commit: r1852432 - /openoffice/trunk/main/automation/inc/automation/commdefines.hxx

Author: mseidel
Date: Tue Jan 29 11:07:22 2019
New Revision: 1852432

URL: http://svn.apache.org/viewvc?rev=1852432&view=rev
Log:
Fixed typos

Modified:
    openoffice/trunk/main/automation/inc/automation/commdefines.hxx

Modified: openoffice/trunk/main/automation/inc/automation/commdefines.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/automation/inc/automation/commdefines.hxx?rev=1852432&r1=1852431&r2=1852432&view=diff
==============================================================================
--- openoffice/trunk/main/automation/inc/automation/commdefines.hxx (original)
+++ openoffice/trunk/main/automation/inc/automation/commdefines.hxx Tue Jan 29 11:07:22 2019
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -24,7 +24,7 @@
 /*************************************************************************
  *
  *	  ATTENTION
- *	  This file is intended to work inside and outside the StarOffice environment.
+ *	  This file is intended to work inside and outside the OpenOffice environment.
  *	  Only adaption of file commtypes.hxx should be necessary. Else it is a bug!
  *
  ************************************************************************/
@@ -86,11 +86,11 @@
 #endif // OSL_LITENDIAN
 
 /**
-	Es gibt zwei arten von Datenpaketen
-	die erste enthält in den ersten 4 Byte die Längenangabe und in den Darauffolgenden die Daten
+	Es gibt zwei Arten von Datenpaketen
+	Die erste enthält in den ersten 4 Byte die Längenangabe und in den darauffolgenden die Daten.
 	Die Längenangabe bezieht sich nur auf die Daten ohne die Längenangabe selbst.
 
-	Die Zweite Art von Datenpaketen enthält Header mit weitere Informationen
+	Die zweite Art von Datenpaketen enthält Header mit weiteren Informationen
 	wie unten beschrieben.
 
 	Umgeschaltet wird mit dem Boolean bUseMultiChannel im Konstruktor des Managers.
@@ -136,7 +136,7 @@ typedef comm_USHORT CommunicationOption;
 #define CH_SUPPORT_OPTIONS			((HandshakeType)0x0103)
 #define OPT_USE_SHUTDOWN_PROTOCOL	((CommunicationOption)0x0001)
 
-/// these are for making sure all Data is read prior to shutting sown the link
+/// these are for making sure all Data is read prior to shutting down the link
 #define CH_REQUEST_ShutdownLink		((HandshakeType)0x0104)	/// Request to Shutdown this link
 #define CH_ShutdownLink				((HandshakeType)0x0105)	/// Shutdown this link