diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-27 08:24:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-27 08:24:14 +0000 |
commit | 3ae42c17abfebfe59e8221e7e878f6aacc5558f9 (patch) | |
tree | 5a329f7e49600a6d0fe0014b44c82aa7d627aa7c | |
parent | 69c8d35380f58e939981478aa4fc71308977ad78 (diff) |
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
-rw-r--r-- | sc/inc/cellsuno.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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<com::sun::star::sheet::XSheetCellRanges> |