update ooo310-m15
[ooovba.git] / applied_patches / 0048-basic-add-missing-includes-after-cws-npower10.diff
blob55d7a318d47639ed783ea854a4885aac05dc951c
1 --- basic/source/runtime/methods.cxx.ark 2008-07-11 12:16:19.216882727 +0200
2 +++ basic/source/runtime/methods.cxx 2008-07-11 13:22:14.260948113 +0200
3 @@ -51,6 +51,7 @@
4 #include <unotools/ucbstreamhelper.hxx>
5 #include <tools/wldcrd.hxx>
6 #include <i18npool/lang.h>
7 +#include <rtl/string.hxx>
9 #include "runtime.hxx"
10 #include "sbunoobj.hxx"
11 @@ -123,6 +124,8 @@ using namespace com::sun::star::io;
12 #include <io.h>
13 #endif
15 +using namespace rtl;
17 static void FilterWhiteSpace( String& rStr )
19 rStr.EraseAllChars( ' ' );