[Libreoffice-commits] .: vcl/unx
Julien Nabet
serval2412 at kemper.freedesktop.org
Sat May 28 06:54:49 PDT 2011
vcl/unx/kde4/KDESalDisplay.cxx | 2 +-
vcl/unx/kde4/KDEXLib.cxx | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 23df219b236c3e6a5b29228a492a842a87cde1ac
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat May 28 15:54:14 2011 +0200
fix 2 bugs, there are still for a complete compilation with kde4
diff --git a/vcl/unx/kde4/KDESalDisplay.cxx b/vcl/unx/kde4/KDESalDisplay.cxx
index 2524295..048174a 100644
--- a/vcl/unx/kde4/KDESalDisplay.cxx
+++ b/vcl/unx/kde4/KDESalDisplay.cxx
@@ -32,7 +32,7 @@
#include "VCLKDEApplication.hxx"
#include <assert.h>
-#include <saldata.hxx>
+#include "unx/saldata.hxx"
SalKDEDisplay* SalKDEDisplay::selfptr = NULL;
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 153decf..3bd7d54 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-#include <vos/process.hxx>
-
#include "VCLKDEApplication.hxx"
#define Region QtXRegion
More information about the Libreoffice-commits
mailing list