diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-26 09:55:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-26 09:59:39 +0000 |
commit | fdc1b1fc174da27e3016370fdb603d6bbe49af4d (patch) | |
tree | a747f4c78b6c333fa71ed40296135d153a07778b /include | |
parent | 297f5b525f22e05bad8b17c98be2a716463d0408 (diff) |
convert search format dialog to .ui
Change-Id: I29db27f8adf2afda7e47b69c43b032758c1e7b24
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dialogs.hrc | 1 | ||||
-rw-r--r-- | include/svx/svxdlg.hxx | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index 95c0691fed61..a422d2d98bcf 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -107,7 +107,6 @@ #define RID_SVX_GRFFILTER_DLG_SOLARIZE (RID_SVX_START + 333) #define RID_SVX_GRFFILTER_DLG_EMBOSS (RID_SVX_START + 336) #define RID_SVX_GRFFILTER_DLG_SMOOTH (RID_SVX_START + 337) -#define RID_SVXDLG_SEARCHFORMAT (RID_SVX_START + 21) #define RID_SVXDLG_CHARMAP ( RID_SVX_START + 10 ) // IDs of options pages of applications diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 919f6f5957af..34ae403e3edd 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -358,9 +358,8 @@ public: TargetList& rTargetList ) = 0; virtual AbstractSvxHlinkDlgMarkWnd* CreateSvxHlinkDlgMarkWndDialog( SvxHyperlinkTabPageBase* pParent, sal_uInt32 nResId ) =0; - virtual SfxAbstractTabDialog* CreateTabItemDialog( Window* pParent, - const SfxItemSet& rSet, - sal_uInt32 nResId) = 0; + virtual SfxAbstractTabDialog* CreateTabItemDialog(Window* pParent, + const SfxItemSet& rSet) = 0; virtual VclAbstractDialog* CreateSvxSearchAttributeDialog( Window* pParent, SearchAttrItemList& rLst, const sal_uInt16* pWhRanges)=0; |