diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-06-08 17:47:02 +0200 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-06-08 17:47:02 +0200 |
commit | c9772e900464ccfda881160634d2e86a86cb104c (patch) | |
tree | 37730f19fa31715ba0498091a8a9c9e79bbc97fa /sd/inc/sdabstdlg.hxx | |
parent | 5b44f74fbe7b2dd431e49aa29b92d775da3d86cb (diff) |
#i94055# removed remaining references to SdPrintDlg
Diffstat (limited to 'sd/inc/sdabstdlg.hxx')
-rw-r--r-- | sd/inc/sdabstdlg.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index e9ae8df1a192..f265314fa6e9 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -153,12 +153,6 @@ public: virtual void GetAttr( SfxItemSet& rOutAttrs ) = 0; }; -class AbstractSdPrintDlg : public VclAbstractDialog //add for SdPrintDlg -{ -public: - virtual USHORT GetAttr() = 0; -}; - class AbstractSdPresLayoutDlg : public VclAbstractDialog //add for SdPresLayoutDlg { public: @@ -206,7 +200,6 @@ public: virtual SfxAbstractTabDialog* CreateSdOutlineBulletTabDlg ( ::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView = NULL ) = 0; virtual SfxAbstractTabDialog* CreateSdParagraphTabDlg ( ::Window* pParent, const SfxItemSet* pAttr ) = 0; virtual AbstractSdStartPresDlg* CreateSdStartPresentationDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, List& rPageNames, List* pCSList ) = 0; - virtual AbstractSdPrintDlg* CreateSdPrintDlg( ::Window* pWindow ) = 0; //add for SdPrintDlg 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; |