[Libreoffice-commits] .: writerfilter/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Wed May 4 08:58:43 PDT 2011


 writerfilter/source/ooxml/OOXMLParserState.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit f543bd2f306d826594b5762c53b1888599d34dec
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Wed May 4 10:01:07 2011 +0200

    writerfilter: Fixed debug build

diff --git a/writerfilter/source/ooxml/OOXMLParserState.cxx b/writerfilter/source/ooxml/OOXMLParserState.cxx
index dcf7cc1..2bd89f0 100644
--- a/writerfilter/source/ooxml/OOXMLParserState.cxx
+++ b/writerfilter/source/ooxml/OOXMLParserState.cxx
@@ -308,9 +308,7 @@ void OOXMLParserState::dumpXml( const TagLogger::Pointer_t& pLogger )
         sTmp += "-";
 
     pLogger->attribute("state", sTmp);
-    pLogger->attribute("XNoteId",
-                  OUStringToOString(getXNoteId(),
-                                    RTL_TEXTENCODING_ASCII_US).getStr());
+    pLogger->attribute("XNoteId", getXNoteId() );
     if (mpCharacterProps != OOXMLPropertySet::Pointer_t())
         pLogger->chars(mpCharacterProps->toString());
 


More information about the Libreoffice-commits mailing list