Author: arielch
Date: Sun Dec  2 15:44:22 2012
New Revision: 1416192

URL: http://svn.apache.org/viewvc?rev=1416192&view=rev
Log:
Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft()

Possible introduced from copy and paste from sc, see
sal_Size XclImpStream::GetRecLeft() function in class:XclImpStream
sc/source/filter/inc/xistream.hxx

Modified:
    openoffice/trunk/main/sw/source/filter/ww8/ww8par.cxx

Modified: openoffice/trunk/main/sw/source/filter/ww8/ww8par.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/filter/ww8/ww8par.cxx?rev=1416192&r1=1416191&r2=1416192&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/filter/ww8/ww8par.cxx (original)
+++ openoffice/trunk/main/sw/source/filter/ww8/ww8par.cxx Sun Dec  2 15:44:22 
2012
@@ -371,8 +371,6 @@ void SwWW8ImplReader::ReadEmbeddedData( 
                lclAppendString32( *xTextMark, rStrm, true );
        }
 
-       DBG_ASSERT( rStrm.GetRecLeft() == 0, "WW8Hyperlink::ReadEmbeddedData - 
record size mismatch" );
-
        if( !xLongName.get() && xShortName.get() )
        {
                xLongName.reset( new String );


Reply via email to