[Libreoffice-commits] .: dbaccess/source

Julien Nabet serval2412 at kemper.freedesktop.org
Mon Dec 12 13:31:20 PST 2011


 dbaccess/source/core/resource/core_resource.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 444eb68e8a6b35752bac4ff12fc83e44f36bb44b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Dec 12 22:31:09 2011 +0100

    Remove ByteString

diff --git a/dbaccess/source/core/resource/core_resource.cxx b/dbaccess/source/core/resource/core_resource.cxx
index 975096e..a7cd085 100644
--- a/dbaccess/source/core/resource/core_resource.cxx
+++ b/dbaccess/source/core/resource/core_resource.cxx
@@ -56,9 +56,9 @@ namespace dbaccess
 
         ::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale();
 
-        ByteString sFileName("dba");
+        rtl::OString sFileName("dba");
 
-        m_pImpl = ResMgr::CreateResMgr(sFileName.GetBuffer(), aLocale);
+        m_pImpl = ResMgr::CreateResMgr(sFileName.getStr(), aLocale);
     }
 
     //------------------------------------------------------------------


More information about the Libreoffice-commits mailing list