We should know what our name is
Change-Id: I4e4d9c9aea5bb9387dbb2e69d94c48f4988c3346
This commit is contained in:
parent
a8ade0a201
commit
b77b1ba8f0
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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]) {
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue