summaryrefslogtreecommitdiffstats
path: root/libreoffice/3.3.3/patches/libreoffice-trinity.diff
diff options
context:
space:
mode:
Diffstat (limited to 'libreoffice/3.3.3/patches/libreoffice-trinity.diff')
-rw-r--r--libreoffice/3.3.3/patches/libreoffice-trinity.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreoffice/3.3.3/patches/libreoffice-trinity.diff b/libreoffice/3.3.3/patches/libreoffice-trinity.diff
index 9e26dfd..82674d9 100644
--- a/libreoffice/3.3.3/patches/libreoffice-trinity.diff
+++ b/libreoffice/3.3.3/patches/libreoffice-trinity.diff
@@ -15342,10 +15342,10 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++{
++ if( ! m_bStartupDone )
++ {
-++ KStartupInfo::appStarted();
+++ TDEStartupInfo::appStarted();
++ m_bStartupDone = true;
++ #if OSL_DEBUG_LEVEL > 1
-++ fprintf( stderr, "called KStartupInfo::appStarted()\n" );
+++ fprintf( stderr, "called TDEStartupInfo::appStarted()\n" );
++ #endif
++ }
++}