From a6b418e3e6d3986ecbc65c03e0e26f9a3c152628 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 17:08:23 +0000 Subject: INTEGRATION: CWS dr33 (1.30.38); FILE MERGED 2005/02/09 12:55:03 dr 1.30.38.1: #i42320# load/save 'use labels in formulas' option --- sc/source/filter/inc/imp_op.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 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 52dfbb7ff4da..ee8f7a4f49ae 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.30 $ + * $Revision: 1.31 $ * - * last change: $Author: kz $ $Date: 2005-01-14 12:08:12 $ + * last change: $Author: vg $ $Date: 2005-02-16 18:08:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -254,6 +254,7 @@ protected: void Mulblank( void ); // 0xBE void Rstring( void ); // 0xD6 void Olesize( void ); // 0xDE + void ReadUsesElfs(); // 0x0160 void Blank34( void ); // 0x0201 void Number34( void ); // 0x0203 void Label( void ); // 0x0204 -- cgit