diff options
-rw-r--r-- | package/inc/ZipPackage.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx index 3b47c6faf..921177035 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackage.hxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: vg $ $Date: 2005-02-25 09:37:46 $ + * last change: $Author: kz $ $Date: 2005-07-12 12:27:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,6 +141,7 @@ protected: sal_Bool m_bMediaTypeFallbackUsed; sal_Bool m_bPackageFormat; + sal_Bool m_bAllowRemoveOnInsert; InitialisationMode eMode; |