diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-13 14:51:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-13 16:23:43 +0100 |
commit | 7b763893e4c2571f1d8c8afef5491e0e73bff3ea (patch) | |
tree | 8130696c9851b0c9fdfcfbacb44965653f8c9d82 /sw/inc/swabstdlg.hxx | |
parent | 1fd4b34a5dcf707a324bb61c1779567d1855ee42 (diff) |
convert label dialog to .ui
Change-Id: I77ce740b1ca7178d8c5f5f2d4ce55920cf18a85b
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 1d372b2027de..b0578c1f444f 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -247,7 +247,7 @@ public: class AbstractSwLabDlg : public SfxAbstractTabDialog //add for SwLabDlg { public: - virtual const String& GetBusinessCardStr() const = 0; + virtual const OUString& GetBusinessCardStr() const = 0; virtual Printer *GetPrt() =0; }; @@ -356,8 +356,8 @@ public: virtual SfxAbstractTabDialog* CreateSwEnvDlg ( Window* pParent, const SfxItemSet& rSet, SwWrtShell* pWrtSh, Printer* pPrt, sal_Bool bInsert,int nResId ) = 0; //add for SwEnvDlg - virtual AbstractSwLabDlg* CreateSwLabDlg ( Window* pParent, const SfxItemSet& rSet, //add for SwLabDlg - SwNewDBMgr* pNewDBMgr, sal_Bool bLabel,int nResId ) = 0; + virtual AbstractSwLabDlg* CreateSwLabDlg(Window* pParent, const SfxItemSet& rSet, //add for SwLabDlg + SwNewDBMgr* pNewDBMgr, bool bLabel) = 0; virtual SwLabDlgMethod GetSwLabDlgStaticMethod () =0;//add for SwLabDlg |