Re: WPXStringStream

2013-03-13 Thread Fridrich Strba
On 12/03/13 15:58, Ivan wrote: > 1)There is a error in function: > WPXInputStream *WPXStringStream::getDocumentOLEStream(const char *name); > "if (!d->buffer.empty())" The first line in this function shouldn't have > '!' symbol. Thanks, this is indeed

WPXStringStream

2013-03-12 Thread Ivan
Hello, I am a freelance developer. And I have just found some remarks in this project. 1)There is a error in function: WPXInputStream *WPXStringStream::getDocumentOLEStream(const char *name); "if (!d->buffer.empty())" The first line in this function shouldn't have '!&