summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-02-05 17:11:55 +0000
committerMathias Bauer <mba@openoffice.org>2001-02-05 17:11:55 +0000
commit3b1c892a61322c8fac75f0e5d5dd64c7428ab591 (patch)
tree4157ff3b17a543d266a8f08a14841e00e57eb66e /sot
parent82a722cd2d75392de00d992d5f7e3600e868178a (diff)
moved ClsId to stg.hxx
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgelem.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx
index 47e3e2dde270..c7773bf829b0 100644
--- a/sot/source/sdstor/stgelem.hxx
+++ b/sot/source/sdstor/stgelem.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stgelem.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mba $ $Date: 2000-10-16 14:08:34 $
+ * last change: $Author: mba $ $Date: 2001-02-05 18:11:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,13 +73,6 @@ class StgIo;
class SvStream;
class String;
-struct ClsId
-{
- INT32 n1;
- INT16 n2, n3;
- UINT8 n4, n5, n6, n7, n8, n9, n10, n11;
-};
-
SvStream& operator>>( SvStream&, ClsId& );
SvStream& operator<<( SvStream&, const ClsId& );