diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-24 14:14:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-27 09:54:08 +0200 |
commit | 28fc0962b10519ab84654d189d2ad0cca8f84f95 (patch) | |
tree | ff2b008cb13f69724abfff62157c6a4e133135a2 /sw/inc | |
parent | 3d97c9d292d80cb82391bdb416a9c6217a8e16e4 (diff) |
weld SwLabDlg
Change-Id: I55c543776c03b1d1da0331552b98e6e281e35937
Reviewed-on: https://gerrit.libreoffice.org/53488
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-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; |