summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-05-30 01:57:00 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-06-01 14:03:40 +0000
commitbb8040595c9b6f0ccde39e6833f27a50abb891d8 (patch)
tree648623177d6ef56e12305239cabbee3cf19dedae /sd/inc
parenttdf#99827 sw: don't create AutoText dialog's preview doc ReadOnly (diff)
downloadcore-bb8040595c9b6f0ccde39e6833f27a50abb891d8.tar.gz
core-bb8040595c9b6f0ccde39e6833f27a50abb891d8.zip
Impress: Replace Presentation Wizard with Template Manager
Drop the Presentation wizard and show the Template Manager instead when starting Impress. 1. Opens a blank template with Template Manager. 2. If user selects a template, load it over the blank template. 3. SfxTemplateSelectionDlg for impress integration. Change-Id: Ia9c3cafc973e3741c6ea9f838018a35956f37f4a Reviewed-on: https://gerrit.libreoffice.org/25642 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdabstdlg.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx
index 702ba605d8a1..8a9ed331c47a 100644
--- a/sd/inc/sdabstdlg.hxx
+++ b/sd/inc/sdabstdlg.hxx
@@ -72,19 +72,6 @@ public:
virtual bool IsCustomShow() const = 0;
};
-class AbstractAssistentDlg : public VclAbstractDialog
-{
-public:
- virtual SfxObjectShellLock GetDocument() = 0;
- virtual OutputType GetOutputMedium() const = 0;
- virtual bool IsSummary() const = 0;
- virtual StartType GetStartType() const = 0;
- virtual OUString GetDocPath() const = 0;
- virtual bool GetStartWithFlag() const = 0;
- virtual bool IsDocEmpty() const = 0;
- virtual css::uno::Sequence< css::beans::NamedValue > GetPassword() = 0;
-};
-
class AbstractSdModifyFieldDlg : public VclAbstractDialog
{
public:
@@ -170,7 +157,6 @@ public:
virtual AbstractSdCustomShowDlg* CreateSdCustomShowDlg(vcl::Window* pWindow, SdDrawDocument& rDrawDoc) = 0;
virtual SfxAbstractTabDialog* CreateSdTabCharDialog(vcl::Window* pWindow, const SfxItemSet* pAttr, SfxObjectShell* pDocShell) = 0;
virtual SfxAbstractTabDialog* CreateSdTabPageDialog(vcl::Window* pWindow, const SfxItemSet* pAttr, SfxObjectShell* pDocShell, bool bAreaPage = true) = 0;
- virtual AbstractAssistentDlg* CreateAssistentDlg(bool bAutoPilot) = 0;
virtual AbstractSdModifyFieldDlg* CreateSdModifyFieldDlg(vcl::Window* pWindow, const SvxFieldData* pInField, const SfxItemSet& rSet) = 0;
virtual AbstractSdSnapLineDlg* CreateSdSnapLineDlg(vcl::Window* pParent, const SfxItemSet& rInAttrs, ::sd::View* pView) = 0;
virtual AbstractSdInsertLayerDlg* CreateSdInsertLayerDlg(vcl::Window* pParent, const SfxItemSet& rInAttrs, bool bDeletable, const OUString& aStr) = 0;