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

Tor Lillqvist tml at collabora.com
Tue Oct 29 17:37:34 CET 2013


 sc/source/filter/excel/xecontent.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit dd7f23bf0d37a33c04c4f752492b012567cdaa90
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Oct 29 13:25:50 2013 +0200

    WaE: unused variable 'sTmp' [loplugin]
    
    Change-Id: I6a1ae44e4959a8aa37f4d5efd88993d74b2ed64a

diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index 7278763..138ffa8 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -502,7 +502,6 @@ void XclExpHyperlink::WriteEmbeddedData( XclExpStream& rStrm )
 
 void XclExpHyperlink::SaveXml( XclExpXmlStream& rStrm )
 {
-    OString sTmp = XclXmlUtils::ToOString( maScPos );
     OUString sId = !msTarget.isEmpty() ? rStrm.addRelation( rStrm.GetCurrentStream()->getOutputStream(),
             XclXmlUtils::ToOUString( "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" ),
             msTarget, true ) : OUString();


More information about the Libreoffice-commits mailing list