summaryrefslogtreecommitdiff
path: root/sw/inc/dpage.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-27 06:50:16 +0000
committerOliver Specht <os@openoffice.org>2000-11-27 06:50:16 +0000
commitd866e40f9d7a8e48084f5b9a213de187b2fdacb6 (patch)
treec0dc32b157533164df66d9166dd14998c00bc413 /sw/inc/dpage.hxx
parent31c88841cb9dc3388744245660650de4a7b48882 (diff)
#80699# ::createUnoPage
Diffstat (limited to 'sw/inc/dpage.hxx')
-rw-r--r--sw/inc/dpage.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/dpage.hxx b/sw/inc/dpage.hxx
index e865bacf36dd..c5bea91f1b2e 100644
--- a/sw/inc/dpage.hxx
+++ b/sw/inc/dpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dpage.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $
+ * last change: $Author: os $ $Date: 2000-11-27 07:48:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,10 +71,12 @@
class SdrPageGridFrameList;
class SwDrawDocument;
+class SwDoc;
class SwDPage : public FmFormPage, public SdrObjUserCall
{
- SdrPageGridFrameList *pGridLst;
+ SdrPageGridFrameList* pGridLst;
+ SwDoc& rDoc;
public:
SwDPage(SwDrawDocument& rNewModel, BOOL bMasterPage=FALSE);
@@ -92,6 +94,8 @@ public:
virtual void SetLinkData( const String& rLinkName, const String& rLinkData );
BOOL RequestHelp( Window* pWindow, SdrView* pView, const HelpEvent& rEvt );
+
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage();
};
#endif // _DPAGE_HXX