We should know what our name is

Change-Id: I4e4d9c9aea5bb9387dbb2e69d94c48f4988c3346
This commit is contained in:
Tor Lillqvist 2014-10-06 17:15:26 +03:00
parent a8ade0a201
commit b77b1ba8f0
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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]) {

View file

@ -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).