diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-05-18 12:07:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-05-18 12:07:25 +0000 |
commit | d6090a1feeeafa7ce850c466f058b2d13db7fdde (patch) | |
tree | 0a1e731e8daa78a05256a40a858813d57c903c1d /basic/source/inc/filefmt.hxx | |
parent | 0eb374f33decbb826582466bcea21402daf98169 (diff) |
INTEGRATION: CWS abbin64k (1.1.1.1.332); FILE MERGED
2005/05/12 06:55:32 ab 1.1.1.1.332.1: #122688# New record id B_EXTSOURCE
Diffstat (limited to 'basic/source/inc/filefmt.hxx')
-rw-r--r-- | basic/source/inc/filefmt.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/basic/source/inc/filefmt.hxx b/basic/source/inc/filefmt.hxx index 777688a1935e..5d40ed5b5958 100644 --- a/basic/source/inc/filefmt.hxx +++ b/basic/source/inc/filefmt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: filefmt.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $ + * last change: $Author: kz $ $Date: 2005-05-18 13:07:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,6 +112,11 @@ class SvStream; #define B_MODEND 0x454D // ME module end #define B_SBXOBJECTS 0x5853 // SX SBX objects +#define EXTENDED_BINARY_MODULES +#ifdef EXTENDED_BINARY_MODULES +#define B_EXTSOURCE 0x5345 // ES extended source +#endif + // Ein Library Record enthaelt nur Module Records // UINT16 Kennung BL // UINT32 Laenge des Records |