diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-26 15:41:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-26 15:44:50 +0100 |
commit | 2324681b5187fe2c8f174084a7f70d2256632967 (patch) | |
tree | 33974497d4851d74b8c3c7f967d9d49e6760f0e8 /sw/inc | |
parent | 489e588ff749e5f673d10baa6b79fa6bbee68574 (diff) |
remove unnecessary and misleading use of DLG_RENAME_GLOS id
none of it has anything to do with a rename dialog
Change-Id: I18a963e55d085182b922e5a7f77010b895a179a6
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index d8d214895c2c..19cb943db62d 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -407,8 +407,7 @@ public: sal_uInt16 nPageId = 0, SwWrtShell* pActShell = 0, sal_Bool bNew = sal_False ) = 0; //add for SwTemplateDlg - virtual AbstractGlossaryDlg* CreateGlossaryDlg( int nResId, - SfxViewFrame* pViewFrame, + virtual AbstractGlossaryDlg* CreateGlossaryDlg(SfxViewFrame* pViewFrame, SwGlossaryHdl* pGlosHdl, SwWrtShell *pWrtShell) = 0; //add for SwGlossaryDlg virtual AbstractFldInputDlg* CreateFldInputDlg( int nResId, @@ -464,8 +463,8 @@ public: virtual AbstractMailMergeWizard* CreateMailMergeWizard(SwView& rView, SwMailMergeConfigItem& rConfigItem) = 0; //add for static func in SwGlossaryDlg - virtual GlossaryGetCurrGroup GetGlossaryCurrGroupFunc( sal_uInt16 nId ) = 0; - virtual GlossarySetActGroup SetGlossaryActGroupFunc( sal_uInt16 nId ) = 0; + virtual GlossaryGetCurrGroup GetGlossaryCurrGroupFunc() = 0; + virtual GlossarySetActGroup SetGlossaryActGroupFunc() = 0; // for tabpage virtual CreateTabPage GetTabPageCreatorFunc( sal_uInt16 nId ) = 0; |