[Libreoffice-commits] .: sc/source

Fridrich Strba fridrich at kemper.freedesktop.org
Fri Feb 11 12:14:44 PST 2011


 sc/source/filter/excel/xeescher.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d7acacedfa6447e357f0409594f6c0a3924fb59d
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Feb 11 21:14:23 2011 +0100

    Avoid compiler confusion

diff --git a/sc/source/filter/excel/xeescher.cxx b/sc/source/filter/excel/xeescher.cxx
index a915aea..09502c0 100644
--- a/sc/source/filter/excel/xeescher.cxx
+++ b/sc/source/filter/excel/xeescher.cxx
@@ -1503,7 +1503,7 @@ void XclExpComments::SaveXml( XclExpXmlStream& rStrm )
     for( size_t i = 0; i < nNotes; ++i )
     {
         XclExpNoteList::RecordRefType xNote = mrNotes.GetRecord( i );
-        Authors::const_iterator aAuthor = aAuthors.find(
+        Authors::iterator aAuthor = aAuthors.find(
                 XclXmlUtils::ToOUString( xNote->GetAuthor() ) );
         sal_Int32 nAuthorId = distance( aAuthors.begin(), aAuthor );
         xNote->WriteXml( nAuthorId, rStrm );


More information about the Libreoffice-commits mailing list