summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-02-14 14:28:53 +0000
committerSascha Ballach <sab@openoffice.org>2001-02-14 14:28:53 +0000
commit2959e73ee1acaa3cd416f483a9e3129978aa992d (patch)
tree3d95e8be79a25fadc34e0bb6b2e8f18709646a0b /sc/inc/docuno.hxx
parent00b65d82913524679a7f98f9c40196b25605b5c1 (diff)
Add GetEmbeddedObject and IsEmbedded methods to the ScModelObj
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 661db8ced727..5fdd032bc3dd 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docuno.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sab $ $Date: 2001-01-22 17:01:28 $
+ * last change: $Author: sab $ $Date: 2001-02-14 15:27:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,6 +160,7 @@ class ScTableRowObj;
class ScTableSheetObj;
class SvxFmDrawPage;
class SvxDrawPage;
+class SvEmbeddedObject;
class ScModelObj : public SfxBaseModel,
public com::sun::star::sheet::XSpreadsheetDocument,
@@ -190,6 +191,8 @@ public:
static void CreateAndSet(ScDocShell* pDocSh);
ScDocument* GetDocument() const;
+ SvEmbeddedObject* GetEmbeddedObject() const;
+ BOOL IsEmbedded() const;
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType )