diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 12:41:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 12:41:52 +0000 |
commit | 6b2049a4aafafea24167aa98d27eb7025c568df4 (patch) | |
tree | c0221f286a2a82662f4d0126e0cb91211d19926b /sc/inc/editutil.hxx | |
parent | ef3d8fee0469dcbfc897470c87a08cdd5a940ea5 (diff) |
INTEGRATION: CWS dr12 (1.5.272); FILE MERGED
2004/08/27 07:45:48 sab 1.5.272.3: RESYNC: (1.6-1.7); FILE MERGED
2004/07/26 22:44:20 sab 1.5.272.2: RESYNC: (1.5-1.6); FILE MERGED
2004/02/24 09:57:44 jmarmion 1.5.272.1: #i21255# text formatting for cell notes
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r-- | sc/inc/editutil.hxx | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index 9b1aa40f4c3e..0bfb744da8e4 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editutil.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2004-08-23 09:24:27 $ + * last change: $Author: hr $ $Date: 2004-09-08 13:41:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -288,6 +288,19 @@ public: void SetData(const ScHeaderFieldData& rNew) { aData = rNew; } }; +// for Note text objects. +class ScNoteEditEngine : public ScEditEngineDefaulter +{ + +public: + // pEnginePool = ScDocument.GetEnginePool() + // pTextObjectPool = ScDocument.GetEditPool() + ScNoteEditEngine( SfxItemPool* pEnginePool, + SfxItemPool* pTextObjectPool = NULL, + BOOL bDeleteEnginePool = FALSE ); + +}; + // SvxFieldData-Ableitungen sind nach Svx verschoben |