diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-01 12:50:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-01 12:50:17 +0100 |
commit | 79e469184bff942e1640e382e76596af22cbeb4f (patch) | |
tree | 1bf9e5b07869ce66d48216a51a2e43d79b1f42fe /sw | |
parent | 0b79f6ce62cf0d11e971b15e43b56e06a913389e (diff) |
-Werror,-Wunused-variable
Change-Id: Icedd42e4cbdf76bba9fd21e8ead2c8e5dcaf52f1
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/wrtw8esh.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx index 695523f05ba1..1b3ab30855c3 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 ); |