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

Stephan Bergmann sbergman at redhat.com
Fri Nov 1 12:50:46 CET 2013


 sw/source/filter/ww8/wrtw8esh.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 79e469184bff942e1640e382e76596af22cbeb4f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Nov 1 12:50:17 2013 +0100

    -Werror,-Wunused-variable
    
    Change-Id: Icedd42e4cbdf76bba9fd21e8ead2c8e5dcaf52f1

diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 695523f..1b3ab30 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -298,7 +298,6 @@ void SwBasicEscherEx::PreWriteHyperlinkWithinFly(const SwFrmFmt& rFmt,EscherProp
         if (pINetFmt && !pINetFmt->GetURL().isEmpty())
         {
             SvMemoryStream *rStrm = new SvMemoryStream ;
-            OUString tmpstr = pINetFmt->GetURL();
             WriteHyperlinkWithinFly( *rStrm, pINetFmt );
             sal_uInt8* pBuf = (sal_uInt8*) rStrm->GetData();
             sal_uInt32 nSize = rStrm->Seek( STREAM_SEEK_TO_END );


More information about the Libreoffice-commits mailing list