diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-08-08 11:42:58 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-08-08 11:49:21 +0200 |
commit | ae5140e0541fd5142d1db1f8aa1461e70d5fd072 (patch) | |
tree | e901b708332ef4bd726d6284af813a8f83627700 /sd/inc/sdabstdlg.hxx | |
parent | dfa5adcbc2ed31ebc16ec1e920f8305903a6ed7e (diff) |
Remote dialog now showing.
Change-Id: I20857202e70a975d249ac0f121947691ac274602
Diffstat (limited to 'sd/inc/sdabstdlg.hxx')
-rw-r--r-- | sd/inc/sdabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index 6314383ec5b3..063a7354be57 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -202,7 +202,7 @@ public: virtual SfxAbstractTabDialog* CreateSdParagraphTabDlg ( ::Window* pParent, const SfxItemSet* pAttr ) = 0; virtual AbstractSdStartPresDlg* CreateSdStartPresentationDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, const std::vector<String> &rPageNames, List* pCSList ) = 0; -// virtual VclAbstractDialog* CreateSdRemoteDlg( ::Window* pWindow ); + virtual VclAbstractDialog* CreateRemoteDialog( ::Window* pWindow ) = 0; virtual SfxAbstractTabDialog* CreateSdPresLayoutTemplateDlg( SfxObjectShell* pDocSh, ::Window* pParent, SdResId DlgId, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool ) = 0; virtual AbstractSdPresLayoutDlg* CreateSdPresLayoutDlg( ::sd::DrawDocShell* pDocShell, ::sd::ViewShell* pViewShell, ::Window* pWindow, const SfxItemSet& rInAttrs) = 0; virtual SfxAbstractTabDialog* CreateSdTabTemplateDlg( ::Window* pParent, const SfxObjectShell* pDocShell, SfxStyleSheetBase& rStyleBase, SdrModel* pModel, SdrView* pView ) = 0; |