summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docfunc.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-08 14:44:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-08 14:44:26 +0000
commit1fcbf27285d57f7fd5e816ac59a474b240d31cce (patch)
tree9f6922f5031e79abbefda9179175c98c46640c74 /sc/source/ui/inc/docfunc.hxx
parent00c1f05903e0a410154012e1c45ee4eb7a457aeb (diff)
INTEGRATION: CWS calc30 (1.10.186); FILE MERGED
2005/02/14 16:40:27 nn 1.10.186.1: #i42764# ScEditAttrTester: compare items to cell attributes, not pool defaults
Diffstat (limited to 'sc/source/ui/inc/docfunc.hxx')
-rw-r--r--sc/source/ui/inc/docfunc.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx
index 4517900bfa28..bb0ba0088732 100644
--- a/sc/source/ui/inc/docfunc.hxx
+++ b/sc/source/ui/inc/docfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfunc.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 13:55:07 $
+ * last change: $Author: vg $ $Date: 2005-03-08 15:44:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
#include "postit.hxx"
#endif
-class EditEngine;
+class ScEditEngineDefaulter;
class SfxUndoAction;
class ScAddress;
class ScDocShell;
@@ -123,7 +123,7 @@ public:
BOOL SetNormalString( const ScAddress& rPos, const String& rText, BOOL bApi );
BOOL PutCell( const ScAddress& rPos, ScBaseCell* pNewCell, BOOL bApi );
- BOOL PutData( const ScAddress& rPos, EditEngine& rEngine,
+ BOOL PutData( const ScAddress& rPos, ScEditEngineDefaulter& rEngine,
BOOL bInterpret, BOOL bApi );
BOOL SetCellText( const ScAddress& rPos, const String& rText,
BOOL bInterpret, BOOL bEnglish, BOOL bApi );