Mageia Bugzilla – Attachment 4834 Details for
Bug 11996
LibreOffice Calc / KDE: Moving a cell freezes the whole system for several minutes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch for libreoffice
libreoffice-4.1.2.2-kde-qt-event-loop.patch (text/plain), 638 bytes, created by
Alex Loginov
on 2014-01-21 13:25:49 CET
(
hide
)
Description:
Patch for libreoffice
Filename:
MIME Type:
Creator:
Alex Loginov
Created:
2014-01-21 13:25:49 CET
Size:
638 bytes
patch
obsolete
>diff -urN libreoffice-4.1.2.2/vcl/unx/kde4/KDEXLib.cxx libreoffice-4.1.2.2-patched/vcl/unx/kde4/KDEXLib.cxx >--- libreoffice-4.1.2.2/vcl/unx/kde4/KDEXLib.cxx 2013-09-18 03:27:21.000000000 +1100 >+++ libreoffice-4.1.2.2-patched/vcl/unx/kde4/KDEXLib.cxx 2013-09-19 22:26:27.331000338 +1100 >@@ -42,17 +42,8 @@ > > #include <config_kde4.h> > >-#if QT_VERSION >= QT_VERSION_CHECK( 4, 9, 0 ) > #define QT_UNIX_EVENT_LOOP_SUPPORT 1 >-#else >-#define QT_UNIX_EVENT_LOOP_SUPPORT 0 >-#endif >- >-#if KDE_HAVE_GLIB >-#define GLIB_EVENT_LOOP_SUPPORT 1 >-#else > #define GLIB_EVENT_LOOP_SUPPORT 0 >-#endif > > #if GLIB_EVENT_LOOP_SUPPORT > #include <glib-2.0/glib.h>
diff -urN libreoffice-4.1.2.2/vcl/unx/kde4/KDEXLib.cxx libreoffice-4.1.2.2-patched/vcl/unx/kde4/KDEXLib.cxx --- libreoffice-4.1.2.2/vcl/unx/kde4/KDEXLib.cxx 2013-09-18 03:27:21.000000000 +1100 +++ libreoffice-4.1.2.2-patched/vcl/unx/kde4/KDEXLib.cxx 2013-09-19 22:26:27.331000338 +1100 @@ -42,17 +42,8 @@ #include <config_kde4.h> -#if QT_VERSION >= QT_VERSION_CHECK( 4, 9, 0 ) #define QT_UNIX_EVENT_LOOP_SUPPORT 1 -#else -#define QT_UNIX_EVENT_LOOP_SUPPORT 0 -#endif - -#if KDE_HAVE_GLIB -#define GLIB_EVENT_LOOP_SUPPORT 1 -#else #define GLIB_EVENT_LOOP_SUPPORT 0 -#endif #if GLIB_EVENT_LOOP_SUPPORT #include <glib-2.0/glib.h>
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 11996
:
4712
|
4833
| 4834