diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-12 11:27:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-12 11:27:56 +0000 |
commit | 4172748f6029e70d9bf438c04b55b96073538f65 (patch) | |
tree | 30bd29a79025a4882aa50954291b48311b8b9495 /package/inc/ZipPackage.hxx | |
parent | fb93c597558cf4453297bfa6a56b5783ce25fe29 (diff) |
INTEGRATION: CWS mav18 (1.37.16); FILE MERGED
2005/05/27 14:52:17 mav 1.37.16.1: #i49755# fix incoplete commit problem
Diffstat (limited to 'package/inc/ZipPackage.hxx')
-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; |