[Libreoffice-commits] core.git: dbaccess/source

Stephan Bergmann sbergman at redhat.com
Thu Dec 18 14:01:05 PST 2014


 dbaccess/source/core/recovery/subcomponentrecovery.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e624c9820132544f8ea25d8ab60acba3874bd55
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Dec 18 23:00:26 2014 +0100

    Fix MSVC build
    
    Change-Id: I64a9a2933b38e48c4531564ab4082e3c924c4959

diff --git a/dbaccess/source/core/recovery/subcomponentrecovery.cxx b/dbaccess/source/core/recovery/subcomponentrecovery.cxx
index 7ebb09a..59c55b7 100644
--- a/dbaccess/source/core/recovery/subcomponentrecovery.cxx
+++ b/dbaccess/source/core/recovery/subcomponentrecovery.cxx
@@ -198,7 +198,7 @@ namespace dbaccess
     private:
         const Reference<XComponentContext>&   m_rContext;
         const StorageXMLOutputStream&           m_rDelegator;
-        const OUStringBuffer             m_aNamespace;
+        const OUString m_aNamespace;
     };
 
     void SettingsExportContext::AddAttribute( enum ::xmloff::token::XMLTokenEnum i_eName, const OUString& i_rValue )


More information about the Libreoffice-commits mailing list