ooo-build r14230 - in trunk: . patches/dev300
- From: brosenk svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14230 - in trunk: . patches/dev300
- Date: Tue, 7 Oct 2008 06:59:32 +0000 (UTC)
Author: brosenk
Date: Tue Oct 7 06:59:32 2008
New Revision: 14230
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14230&view=rev
Log:
Fix KDE VCL plugin loading
Modified:
trunk/ChangeLog
trunk/patches/dev300/kde4-salnativewidgets-kde.diff
Modified: trunk/patches/dev300/kde4-salnativewidgets-kde.diff
==============================================================================
--- trunk/patches/dev300/kde4-salnativewidgets-kde.diff (original)
+++ trunk/patches/dev300/kde4-salnativewidgets-kde.diff Tue Oct 7 06:59:32 2008
@@ -2166,3 +2166,22 @@
}
// -----------------------------------------------------------------------
+--- vcl/unx/kde/kdedata.cxx.ark 2008-10-06 16:19:14.114200454 +0200
++++ vcl/unx/kde/kdedata.cxx 2008-10-06 16:22:26.500076020 +0200
+@@ -238,6 +238,8 @@ void KDEData::Init()
+ extern "C" {
+ VCL_DLLPUBLIC SalInstance* create_SalInstance( oslModule )
+ {
++#if QT_VERSION < 0x040000
++ // Qt 3.x support needs >= 3.2.2 - any 4.x should be ok
+ rtl::OString aVersion( qVersion() );
+ #if OSL_DEBUG_LEVEL > 1
+ fprintf( stderr, "qt version string is \"%s\"\n", aVersion.getStr() );
+@@ -255,6 +257,7 @@ extern "C" {
+ #endif
+ return NULL;
+ }
++#endif
+
+ KDESalInstance* pInstance = new KDESalInstance( new SalYieldMutex() );
+ #if OSL_DEBUG_LEVEL > 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]