[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - cui/source scripting/README

Matthias Seidel (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 4 12:12:11 UTC 2019


 cui/source/tabpages/frmdirlbox.src |   38 ++++++-------------------------------
 scripting/README                   |    4 +--
 2 files changed, 9 insertions(+), 33 deletions(-)

New commits:
commit 1f21ba2f2a1bc287cd869b0a03eac6e8a90eb21f
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Tue Jun 4 11:10:30 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Tue Jun 4 11:10:30 2019 +0000

    Fixed typo

diff --git a/scripting/README b/scripting/README
index 686e4ad30f25..bcf92f38fa11 100644
--- a/scripting/README
+++ b/scripting/README
@@ -1,6 +1,6 @@
 This module provides the source code for the Scripting Framework. For
 more information on the Scripting Framework, see the project web page:
-http://framework.openoffice.org/scripting/
+https://framework.openoffice.org/scripting/
 
 Source Code Structure
 =====================
@@ -31,7 +31,7 @@ UNO dialogs from various languages
 - java/com/sun/star/script/framework/provider
 
 Implementation of an abstract base class ScriptProvider which provides
-core methods for implementing Java based LanguageScriptProvider implemetations
+core methods for implementing Java based LanguageScriptProvider implementations
 
 - java/com/sun/star/script/framework/provider/*
 
commit 99c696980cf2a97ea08ed630cf1be2af795a3b0b
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Tue Jun 4 11:07:44 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Tue Jun 4 11:07:44 2019 +0000

    Cleaned up whitespace

diff --git a/cui/source/tabpages/frmdirlbox.src b/cui/source/tabpages/frmdirlbox.src
index a90758f1a442..816820609c42 100644
--- a/cui/source/tabpages/frmdirlbox.src
+++ b/cui/source/tabpages/frmdirlbox.src
@@ -27,63 +27,39 @@
 
 String RID_SVXSTR_FRAMEDIR_LTR
 {
-    Text [ en-US ] = "Left-to-right";
+    Text [ en-US ] = "Left-to-right" ;
 };
 
 String RID_SVXSTR_FRAMEDIR_RTL
 {
-    Text [ en-US ] = "Right-to-left";
+    Text [ en-US ] = "Right-to-left" ;
 };
 
 String RID_SVXSTR_FRAMEDIR_SUPER
 {
-    Text [ en-US ] = "Use superordinate object settings";
+    Text [ en-US ] = "Use superordinate object settings" ;
 };
 
 // page direction -------------------------------------------------------------
 
 String RID_SVXSTR_PAGEDIR_LTR_HORI
 {
-    Text [ en-US ] = "Left-to-right (horizontal)";
+    Text [ en-US ] = "Left-to-right (horizontal)" ;
 };
 
 String RID_SVXSTR_PAGEDIR_RTL_HORI
 {
-    Text [ en-US ] = "Right-to-left (horizontal)";
+    Text [ en-US ] = "Right-to-left (horizontal)" ;
 };
 
 String RID_SVXSTR_PAGEDIR_RTL_VERT
 {
-    Text [ en-US ] = "Right-to-left (vertical)";
+    Text [ en-US ] = "Right-to-left (vertical)" ;
 };
 
 String RID_SVXSTR_PAGEDIR_LTR_VERT
 {
-    Text [ en-US ] = "Left-to-right (vertical)";
+    Text [ en-US ] = "Left-to-right (vertical)" ;
 };
 
 // ----------------------------------------------------------------------------
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-


More information about the Libreoffice-commits mailing list