INTEGRATION: CWS jl93 (1.37.56); FILE MERGED

2008/05/05 13:28:27 jl 1.37.56.2: RESYNC: (1.37-1.38); FILE MERGED
2008/04/08 15:43:27 mav 1.37.56.1: #i86651# add Version property
This commit is contained in:
Vladimir Glazounov 2008-05-14 09:31:56 +00:00
parent 898db63d86
commit c90d45ad35

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ZipPackageFolder.hxx,v $
* $Revision: 1.38 $
* $Revision: 1.39 $
*
* This file is part of OpenOffice.org.
*
@ -62,6 +62,7 @@ protected:
ContentHash maContents;
const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > m_xFactory;
sal_Int16 m_nFormat;
::rtl::OUString m_sVersion;
public:
@ -70,6 +71,9 @@ public:
sal_Bool bAllowRemoveOnInsert );
virtual ~ZipPackageFolder();
::rtl::OUString& GetVersion() { return m_sVersion; }
void SetVersion( const ::rtl::OUString& aVersion ) { m_sVersion = aVersion; }
void setChildStreamsTypeByExtension( const ::com::sun::star::beans::StringPair& aPair );
void doInsertByName ( ZipPackageEntry *pEntry, sal_Bool bSetParent )