[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - automation/inc default_images/formula

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 29 13:08:20 UTC 2019


 automation/inc/automation/commdefines.hxx |   10 +++++-----
 default_images/formula/res/fapopen.png    |binary
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit a2fb9e962b539d4fe2f86c46dcba5af4c000780a
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Tue Jan 29 12:17:12 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Tue Jan 29 12:17:12 2019 +0000

    Fixed icon (file open -> opened folder)

diff --git a/default_images/formula/res/fapopen.png b/default_images/formula/res/fapopen.png
index 832c09c40634..2492a6ca63cb 100644
Binary files a/default_images/formula/res/fapopen.png and b/default_images/formula/res/fapopen.png differ
commit d1d0ca794f6f8f84fa397a9a5792bb772750cb89
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Tue Jan 29 11:07:22 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Tue Jan 29 11:07:22 2019 +0000

    Fixed typos

diff --git a/automation/inc/automation/commdefines.hxx b/automation/inc/automation/commdefines.hxx
index 090112ac0052..9831460cdde3 100644
--- a/automation/inc/automation/commdefines.hxx
+++ b/automation/inc/automation/commdefines.hxx
@@ -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
 


More information about the Libreoffice-commits mailing list