diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 19:03:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 19:03:41 +0000 |
commit | afd3fad964f91fdc12690d20f0ce1f9d982fe962 (patch) | |
tree | 2213dc0b417630a00206c16ba2b5d76e40a5f969 /sc/inc/docuno.hxx | |
parent | 6504cde1ebbde68ebf2bfeb9d90553a55b613a92 (diff) |
INTEGRATION: CWS mav09 (1.16.70); FILE MERGED
2004/09/16 22:07:24 mav 1.16.70.4: RESYNC: (1.17-1.18); FILE MERGED
2004/07/15 10:40:45 mba 1.16.70.3: #i27773#: cleaning up todos
2004/07/08 22:54:46 mav 1.16.70.2: RESYNC: (1.16-1.17); FILE MERGED
2004/05/04 14:00:37 mba 1.16.70.1: #i27773#: remove so3
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 31fbff8a0bd7..ba3b5b365200 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docuno.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2004-09-08 13:41:39 $ + * last change: $Author: kz $ $Date: 2004-10-04 20:03:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -166,7 +166,6 @@ class ScTableRowObj; class ScTableSheetObj; class SvxFmDrawPage; class SvxDrawPage; -class SvEmbeddedObject; class ScModelObj : public SfxBaseModel, public com::sun::star::sheet::XSpreadsheetDocument, @@ -208,7 +207,7 @@ public: static void CreateAndSet(ScDocShell* pDocSh); ScDocument* GetDocument() const; - SvEmbeddedObject* GetEmbeddedObject() const; + SfxObjectShell* GetEmbeddedObject() const; BOOL IsEmbedded() const; double GetOutputFactor() const; |