[Libreoffice-commits] .: Branch 'libreoffice-3-5' - fpicker/source

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Fri Mar 9 05:40:50 PST 2012


 fpicker/source/unx/kde4/KDE4FilePicker.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 14dfa9de27ddab9bb0bbe64e6c0a4b5e4caab742
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Mar 8 14:15:09 2012 +0100

    yet another clash with macro name
    
    Signed-off-by: Tomas Chvatal <tchvatal at suse.cz>

diff --git a/fpicker/source/unx/kde4/KDE4FilePicker.cxx b/fpicker/source/unx/kde4/KDE4FilePicker.cxx
index 69be3b1..9c3ded3 100644
--- a/fpicker/source/unx/kde4/KDE4FilePicker.cxx
+++ b/fpicker/source/unx/kde4/KDE4FilePicker.cxx
@@ -60,6 +60,8 @@
 #undef SETTINGS_MOUSE
 #define LO_SETTINGS_LOCALE SETTINGS_LOCALE
 #undef SETTINGS_LOCALE
+#define LO_SETTINGS_STYLE SETTINGS_STYLE
+#undef SETTINGS_STYLE
 
 #include <kfiledialog.h>
 #include <kwindowsystem.h>
@@ -77,6 +79,8 @@
 #undef LO_SETTINGS_MOUSE
 #define SETTINGS_LOCALE LO_SETTINGS_LOCALE
 #undef LO_SETTINGS_LOCALE
+#define SETTINGS_STYLE LO_SETTINGS_STYLE
+#undef LO_SETTINGS_STYLE
 
 using namespace ::com::sun::star;
 


More information about the Libreoffice-commits mailing list