summaryrefslogtreecommitdiff
path: root/sc/inc/textuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-11-26 08:21:56 +0000
committerSascha Ballach <sab@openoffice.org>2001-11-26 08:21:56 +0000
commit7112f38b1323673030e8d039e8f1dd9c4664014d (patch)
tree3b69986e4edad3f45dafe4b7ea03ba105becf976 /sc/inc/textuno.hxx
parentf7a3a7f500e3481e5d3eaf1ec5353d6e914e848a (diff)
#95125#; cache the FieldEditEngine
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r--sc/inc/textuno.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index 82047c5c7ba6..4ac9f6fc6f75 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textuno.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2001-09-13 09:38:55 $
+ * last change: $Author: sab $ $Date: 2001-11-26 09:21:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,6 +107,7 @@ class ScCellObj;
class ScSimpleEditSource;
class ScSharedCellEditSource;
class ScEditEngineDefaulter;
+class ScFieldEditEngine;
struct ScHeaderFieldData;
@@ -395,7 +396,7 @@ class ScCellTextData : public SfxListener
{
ScDocShell* pDocShell;
ScAddress aCellPos;
- ScEditEngineDefaulter* pEditEngine;
+ ScFieldEditEngine* pEditEngine;
SvxEditEngineForwarder* pForwarder;
ScSharedCellEditSource* pOriginalSource;
BOOL bDataValid;
@@ -412,7 +413,7 @@ public:
// helper functions for ScSharedCellEditSource:
SvxTextForwarder* GetTextForwarder();
void UpdateData();
- ScEditEngineDefaulter* GetEditEngine() { GetTextForwarder(); return pEditEngine; }
+ ScFieldEditEngine* GetEditEngine() { GetTextForwarder(); return pEditEngine; }
ScSharedCellEditSource* GetOriginalSource(); // used as argument for SvxUnoText ctor