diff options
-rw-r--r-- | dbaccess/source/filter/xml/xmlfilter.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx index d8427787f3be..78074ba6a0a5 100644 --- a/dbaccess/source/filter/xml/xmlfilter.cxx +++ b/dbaccess/source/filter/xml/xmlfilter.cxx @@ -76,6 +76,7 @@ #include <connectivity/CommonTools.hxx> #include <connectivity/DriversConfig.hxx> #include "dsntypes.hxx" +#include <rtl/strbuf.hxx> using namespace ::com::sun::star; @@ -269,7 +270,7 @@ sal_Int32 ReadThroughComponent( catch (const SAXParseException& r) { #if OSL_DEBUG_LEVEL > 1 - rtl::OStringBuffer aError(RTL_CONSTASCII_STRINGPARAM( + ::rtl::OStringBuffer aError(RTL_CONSTASCII_STRINGPARAM( "SAX parse exception catched while importing:\n")); aError.append(rtl::OUStringToOString(r.Message, RTL_TEXTENCODING_ASCII_US)); |