summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authormb93783 <mb93783@v60x-so15.Germany.Sun.COM>2009-11-03 18:41:58 +0100
committermb93783 <mb93783@v60x-so15.Germany.Sun.COM>2009-11-03 18:41:58 +0100
commit7b39c8dc2d865324cab015c2a2ed04d26376cb44 (patch)
treedf932cd610ee76e7f0ccfd2d9682b892c638c75a /shell
parente7ed68f3d23c08ffa94c31042ee66f772f1257b8 (diff)
some fixes for warnings and errors found while building on more platforms
Diffstat (limited to 'shell')
-rwxr-xr-x[-rw-r--r--]shell/prj/d.lst1
-rwxr-xr-x[-rw-r--r--]shell/source/backends/kdebe/kdeinetlayer.hxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/shell/prj/d.lst b/shell/prj/d.lst
index 98d4a6215faf..82cac298367e 100644..100755
--- a/shell/prj/d.lst
+++ b/shell/prj/d.lst
@@ -18,3 +18,4 @@
..\%__SRC%\misc\*.xml %_DEST%\xml%_EXT%\*.xml
..\%__SRC%\misc\*-ucd.txt %_DEST%\bin%_EXT%\*-ucd.txt
+..\inc\kde_headers.h %_DEST%\inc%_EXT%\shell\kde_headers.h
diff --git a/shell/source/backends/kdebe/kdeinetlayer.hxx b/shell/source/backends/kdebe/kdeinetlayer.hxx
index 7e8053a67b7b..1a7427b1cb2c 100644..100755
--- a/shell/source/backends/kdebe/kdeinetlayer.hxx
+++ b/shell/source/backends/kdebe/kdeinetlayer.hxx
@@ -10,7 +10,7 @@
#endif
#include <com/sun/star/util/XTimeStamped.hpp>
#include <cppuhelper/implbase2.hxx>
-#include <vcl/kde_headers.h>
+#include <kde_headers.h>
namespace css = com::sun::star ;
namespace uno = css::uno ;