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
4 #include <unotools/ucbstreamhelper.hxx>
5 #include <tools/wldcrd.hxx>
6 #include <i18npool/lang.h>
7 +#include <rtl/string.hxx>
10 #include "sbunoobj.hxx"
11 @@ -123,6 +124,8 @@ using namespace com::sun::star::io;
17 static void FilterWhiteSpace( String& rStr )
19 rStr.EraseAllChars( ' ' );