From: "Pema Geyleg" <[EMAIL PROTECTED]>
   Date: Mon, 05 Sep 2005 09:35:36 +0600

   > Looking at the issue at 
   > http://www.openoffice.org/issues/show_bug.cgi?id=51940
   > I changed
   > void setRemoveOnInsertMode_Impl( sal_Bool bRemove ) { 
   > ZipPackageEntry::mbAllowRemoveOnInsert = bRemove; }
   >     to
   >    void setRemoveOnInsertMode_Impl( sal_Bool bRemove ) { 
   > this->mbAllowRemoveOnInsert = bRemove; }

Have a look on cws gslpatches4, module package changes:

cd package
cvs diff -r CWS_SRC680_GSLPATCHES4_ANCHOR -r cws_src680_gslpatches4

And apply to your tree. There are two changes like this:

-       ZipPackageEntry::mbAllowRemoveOnInsert = bAllowRemoveOnInsert;
+       this->mbAllowRemoveOnInsert = bAllowRemoveOnInsert;

-- 
Pavel Janík

panic("floppy: Port bolixed.");
                  -- 2.2.16 include/asm-sparc/floppy.h

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to