From b0fa32d0afbd3bc0d2d15ea465c29b391610b9f8 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 21 Feb 2001 17:39:37 +0000 Subject: new class ScToken and derived --- sc/source/filter/inc/imp_op.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/filter/inc/imp_op.hxx') 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; -- cgit