From 3ae42c17abfebfe59e8221e7e878f6aacc5558f9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 27 Mar 2006 08:24:14 +0000 Subject: INTEGRATION: CWS calcperf02 (1.23.14); FILE MERGED 2006/02/23 18:10:49 nn 1.23.14.1: #i62483# don't reset pMarkData in ForgetCurrentAttrs --- sc/inc/cellsuno.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sc/inc/cellsuno.hxx') diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index a1b92d262d4f..a18fd5e63fb6 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cellsuno.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:41:17 $ + * last change: $Author: obo $ $Date: 2006-03-27 09:24:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -307,6 +307,7 @@ private: const ScPatternAttr* GetCurrentAttrsDeep(); SfxItemSet* GetCurrentDataSet(); const ScMarkData* GetMarkData(); + void ForgetMarkData(); void ForgetCurrentAttrs(); com::sun::star::uno::Reference -- cgit