summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-01 12:52:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-01 12:52:20 +0100
commitc8f18aa3feaa97ef671343c2bab4de3230c5b676 (patch)
tree08b4cea6bf2297605a41ba5ba50988467f6a51d6
parent79e469184bff942e1640e382e76596af22cbeb4f (diff)
-Werror,-Wunused-variable
Change-Id: I3bf848c49c5ff980a3a8cc8b84333cb4d0d480df
-rw-r--r--sw/source/filter/ww8/ww8par.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index cc4336f9655a..9559bf00ec6b 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -1116,7 +1116,6 @@ SdrObject* SwMSDffManager::ProcessObj(SvStream& rSt,
if( (0 < nBufferSize) && (nBufferSize <= 0xFFFF) && SeekToContent( DFF_Prop_pihlShape, rSt ) )
{
SvMemoryStream aMemStream;
- OUString aStrURL;
struct HyperLinksTable hlStr;
sal_uInt16 mnRawRecId,mnRawRecSize;
aMemStream << sal_uInt16( 0 ) << static_cast< sal_uInt16 >( nBufferSize );