diff options
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 63411ef6b03c..552c3b730b27 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -275,8 +275,8 @@ class AbstractSwLabDlg : public SfxAbstractTabDialog protected: virtual ~AbstractSwLabDlg() override = default; public: - virtual const OUString& GetBusinessCardStr() const = 0; - virtual Printer *GetPrt() =0; + virtual const OUString& GetBusinessCardStr() const = 0; + virtual Printer *GetPrt() =0; }; class AbstractSwSelGlossaryDlg : public VclAbstractDialog @@ -390,7 +390,7 @@ public: SwField* pField, bool bPrevButton, bool bNextButton) = 0; virtual VclPtr<SfxAbstractTabDialog> CreateSwEnvDlg ( vcl::Window* pParent, const SfxItemSet& rSet, SwWrtShell* pWrtSh, Printer* pPrt, bool bInsert ) = 0; - virtual VclPtr<AbstractSwLabDlg> CreateSwLabDlg(const SfxItemSet& rSet, + virtual VclPtr<AbstractSwLabDlg> CreateSwLabDlg(weld::Window* pParent, const SfxItemSet& rSet, SwDBManager* pDBManager, bool bLabel) = 0; virtual SwLabDlgMethod GetSwLabDlgStaticMethod () =0; |