[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Fri Nov 1 12:52:45 CET 2013
sw/source/filter/ww8/ww8par.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c8f18aa3feaa97ef671343c2bab4de3230c5b676
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 1 12:52:20 2013 +0100
-Werror,-Wunused-variable
Change-Id: I3bf848c49c5ff980a3a8cc8b84333cb4d0d480df
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index cc4336f..9559bf0 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 );
More information about the Libreoffice-commits
mailing list