[ooo-build-commit] patches/dev300
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Jul 8 04:36:58 PDT 2009
patches/dev300/docx-import-fixes.diff | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 9d3d39698fb17fbdc36838db1c30fa0fac40d8f8
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Wed Jul 8 14:33:24 2009 +0300
Make it compile with MSVC again.
Remove an, as far as I can see, pointless line from
writerfilter\source\ooxml\OOXMLDocumentImpl.hxx.
diff --git a/patches/dev300/docx-import-fixes.diff b/patches/dev300/docx-import-fixes.diff
index d41669b..ba212e7 100644
--- a/patches/dev300/docx-import-fixes.diff
+++ b/patches/dev300/docx-import-fixes.diff
@@ -7299,12 +7299,10 @@ index 7d736b3..5f8cad7 100644
protected:
virtual void resolveFastSubStream(Stream & rStream,
OOXMLStream::StreamType_t nType);
-@@ -69,6 +71,10 @@ protected:
+@@ -69,6 +71,8 @@ protected:
const Id & rType,
const rtl::OUString & rNoteId);
-+ writerfilter::Reference<Stream>::Pointer_t;
-+
+ void setIsSubstream( bool bSubstream ) { mbIsSubstream = bSubstream; };
+
public:
More information about the ooo-build-commit
mailing list