diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:33:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:33:23 +0000 |
commit | c9a0a5b518f4e85ec1832d4804be102b820ef60d (patch) | |
tree | c762c6b16a3645ef13ebc7c30551ffbd524d3f15 /package | |
parent | 1f70c1a2b3794d63dc9e67940691f081fb0c407a (diff) |
INTEGRATION: CWS jl93 (1.15.56); FILE MERGED
2008/05/05 13:27:55 jl 1.15.56.2: RESYNC: (1.15-1.16); FILE MERGED
2008/04/08 15:43:28 mav 1.15.56.1: #i86651# add Version property
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/xstorage.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx index 3e20ede6067a..d9e9c6e39491 100644 --- a/package/source/xstor/xstorage.hxx +++ b/package/source/xstor/xstorage.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xstorage.hxx,v $ - * $Revision: 1.16 $ + * $Revision: 1.17 $ * * This file is part of OpenOffice.org. * @@ -173,6 +173,9 @@ struct OStorage_Impl ::rtl::OUString m_aMediaType; sal_Bool m_bMTFallbackUsed; + sal_Bool m_bControlVersion; + ::rtl::OUString m_aVersion; + SwitchablePersistenceStream* m_pSwitchStream; sal_Int16 m_nStorageType; // the mode in wich the storage is used |