summaryrefslogtreecommitdiffstats
path: root/libreoffice/3.3.2
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 21:52:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 21:52:45 -0600
commitec18d4e99fd89a10514f6dea8a4af3209b47be01 (patch)
tree79cb5fea5311758d9a8ba9be1c4ab41dc43de3d5 /libreoffice/3.3.2
parent0233a7aae09c5c066b09e188649ccc10676fc1dc (diff)
downloadthirdparty-ec18d4e99fd89a10514f6dea8a4af3209b47be01.tar.gz
thirdparty-ec18d4e99fd89a10514f6dea8a4af3209b47be01.zip
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'libreoffice/3.3.2')
-rw-r--r--libreoffice/3.3.2/patches/libreoffice-trinity.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreoffice/3.3.2/patches/libreoffice-trinity.diff b/libreoffice/3.3.2/patches/libreoffice-trinity.diff
index 497aad9..667ecba 100644
--- a/libreoffice/3.3.2/patches/libreoffice-trinity.diff
+++ b/libreoffice/3.3.2/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
++ }
++}