diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-06 13:34:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-06 13:34:55 +0000 |
commit | ce3baa5ae7c1430d4d6ada240605534a1b450a3f (patch) | |
tree | 914cd9ca1fee2cd4e239afc155b8227a98c1cc13 | |
parent | f4b1ea4c36735d93e201930a1000a129a895fe39 (diff) |
INTEGRATION: CWS warningfixes01 (1.2.10); FILE MERGED
2006/06/27 13:57:30 sb 1.2.10.1: #i66722# Suppress warnings from external qstring.h.
-rw-r--r-- | shell/source/backends/kdebe/kdeinetlayer.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/source/backends/kdebe/kdeinetlayer.hxx b/shell/source/backends/kdebe/kdeinetlayer.hxx index a967a80387a9..8fd0a962e7ba 100644 --- a/shell/source/backends/kdebe/kdeinetlayer.hxx +++ b/shell/source/backends/kdebe/kdeinetlayer.hxx @@ -27,9 +27,7 @@ #include <cppuhelper/implbase2.hxx> #endif -#ifndef QSTRING_H -#include <qstring.h> -#endif +#include "qstring_wrapper.h" namespace css = com::sun::star ; namespace uno = css::uno ; |