diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-02-05 17:11:00 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-02-05 17:11:00 +0000 |
commit | 82a722cd2d75392de00d992d5f7e3600e868178a (patch) | |
tree | ee688a73ffb7b8fb77506084e95061d7ad8f2a31 /sot/inc | |
parent | bfc8c839ec514eac1bbbf3ba5e4d46b7bb137897 (diff) |
moved ClsId from stgelem.hxx
Diffstat (limited to 'sot/inc')
-rw-r--r-- | sot/inc/stg.hxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sot/inc/stg.hxx b/sot/inc/stg.hxx index 1ca405cba9a2..74c1460bba03 100644 --- a/sot/inc/stg.hxx +++ b/sot/inc/stg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: stg.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2000-12-07 12:45:56 $ + * last change: $Author: mba $ $Date: 2001-02-05 18:11:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,12 @@ class StgIo; class StgDirEntry; class StgStrm; class SvGlobalName; -struct ClsId; +struct ClsId +{ + INT32 n1; + INT16 n2, n3; + UINT8 n4, n5, n6, n7, n8, n9, n10, n11; +}; class StorageBase : public SvRefBase { |