[Libreoffice-commits] core.git: bean/README ios/shared o3tl/README

Tor Lillqvist tml at collabora.com
Wed Oct 8 12:58:39 PDT 2014


 bean/README                                      |    2 +-
 ios/shared/ios_sharedlo/objective_c/MLOManager.m |    2 +-
 o3tl/README                                      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b77b1ba8f0ec18d37c0bfdd795a1a9726df01482
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Oct 6 17:15:26 2014 +0300

    We should know what our name is
    
    Change-Id: I4e4d9c9aea5bb9387dbb2e69d94c48f4988c3346

diff --git a/bean/README b/bean/README
index 213e8be..74fe284 100644
--- a/bean/README
+++ b/bean/README
@@ -1,3 +1,3 @@
-To use Libre Office from Java applications.
+To use LibreOffice from Java applications.
 
 LibreOffice's API is completely exposed so that all office components can be fully controlled.
diff --git a/ios/shared/ios_sharedlo/objective_c/MLOManager.m b/ios/shared/ios_sharedlo/objective_c/MLOManager.m
index d12162e..466f9f3 100644
--- a/ios/shared/ios_sharedlo/objective_c/MLOManager.m
+++ b/ios/shared/ios_sharedlo/objective_c/MLOManager.m
@@ -73,7 +73,7 @@ static const NSTimeInterval FADE_IN_DURATION = 0.3;
 
 -(void)start{
     
-    NSLog(@"L O : START LIBRE OFFICE");
+    NSLog(@"L O : START LIBREOFFICE");
     
     if (![self isInit]) {
         
diff --git a/o3tl/README b/o3tl/README
index a017dfe..9a222f5 100644
--- a/o3tl/README
+++ b/o3tl/README
@@ -26,4 +26,4 @@ Simple vector-based memory pool allocator.
 
 [git:o3tl/inc/o3tl/compat_functional.hxx]
 Some more templates. Contains also templates from STLport's functional header that are not part of the
-C++ standard (STLport has been replaced by direct use of the C++ STL in Libre Office).
+C++ standard (STLport has been replaced by direct use of the C++ STL in LibreOffice).


More information about the Libreoffice-commits mailing list