summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/drawsh.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 11:28:47 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 11:28:47 +0000
commit2ab72233e9c3ce0c68a1a55d53abb543a8aab46e (patch)
treece6d5b63039fcffd1537ea4d31a6e911284072cd /sc/source/ui/inc/drawsh.hxx
parent930ab10ae7ff7dd0361bdee70f0029785c6d42ec (diff)
INTEGRATION: CWS c09tosrc (1.7.90); FILE MERGED
2007/06/20 11:29:17 cd 1.7.90.1: #i78694# Calc must support XTransferableSupplier interface
Diffstat (limited to 'sc/source/ui/inc/drawsh.hxx')
-rw-r--r--sc/source/ui/inc/drawsh.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/source/ui/inc/drawsh.hxx b/sc/source/ui/inc/drawsh.hxx
index 3470bfc3f7ff..b94e6949daa0 100644
--- a/sc/source/ui/inc/drawsh.hxx
+++ b/sc/source/ui/inc/drawsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawsh.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:21:34 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:28:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,7 @@
class AbstractSvxNameDialog; //CHINA001 class SvxNameDialog;
class ScViewData;
-
+class ScDrawView;
class ScDrawShell : public SfxShell
{
@@ -95,6 +95,8 @@ public:
void ExecuteAreaDlg( SfxRequest& rReq, USHORT nTabPage = 0xffff );
void ExecuteTextAttrDlg( SfxRequest& rReq, USHORT nTabPage = 0xffff );
+ ScDrawView* GetDrawView();
+
BOOL AreAllObjectsOnLayer(USHORT nLayerNo,const SdrMarkList& rMark);
};