Kaydet (Commit) b77b1ba8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We should know what our name is

Change-Id: I4e4d9c9aea5bb9387dbb2e69d94c48f4988c3346
üst a8ade0a2
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. 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; ...@@ -73,7 +73,7 @@ static const NSTimeInterval FADE_IN_DURATION = 0.3;
-(void)start{ -(void)start{
NSLog(@"L O : START LIBRE OFFICE"); NSLog(@"L O : START LIBREOFFICE");
if (![self isInit]) { if (![self isInit]) {
......
...@@ -26,4 +26,4 @@ Simple vector-based memory pool allocator. ...@@ -26,4 +26,4 @@ Simple vector-based memory pool allocator.
[git:o3tl/inc/o3tl/compat_functional.hxx] [git:o3tl/inc/o3tl/compat_functional.hxx]
Some more templates. Contains also templates from STLport's functional header that are not part of the 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).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment