summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/imp_op.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-02-21 17:39:37 +0000
committerEike Rathke <er@openoffice.org>2001-02-21 17:39:37 +0000
commitb0fa32d0afbd3bc0d2d15ea465c29b391610b9f8 (patch)
tree86ad5095a70dccc1ed9dc62557d02a520a1ac651 /sc/source/filter/inc/imp_op.hxx
parentd521b08f678450801e66c9a9f6bb17277281333f (diff)
new class ScToken and derived
Diffstat (limited to 'sc/source/filter/inc/imp_op.hxx')
-rw-r--r--sc/source/filter/inc/imp_op.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/imp_op.hxx b/sc/source/filter/inc/imp_op.hxx
index ce6a80704d8b..233125a32faf 100644
--- a/sc/source/filter/inc/imp_op.hxx
+++ b/sc/source/filter/inc/imp_op.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imp_op.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dr $ $Date: 2001-02-08 14:12:29 $
+ * last change: $Author: er $ $Date: 2001-02-21 18:38:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,7 +96,7 @@ class SvStream;
class ScFormulaCell;
class SdrObject;
class ScDocument;
-struct ScToken;
+class ScToken;
class ScToken2;
class ScExtDocOptions;
class _ScRangeListTabs;