diff options
author | Vishv Brahmbhatt <vishvbrahmbhatt19@gmail.com> | 2013-01-29 00:07:51 +0530 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-28 23:22:08 +0000 |
commit | 0b7aef113cefd7a7fecc81910660d0cdc95add3e (patch) | |
tree | b9093628bf285a7f7621be00758368fc49097b6e /svx/inc | |
parent | 5f356bd99726818dc44b316be3327dad057f7cbe (diff) |
fdo#59397 Use more precise wording at 'Find & Replace - More Options - Styles'
Change-Id: I5013e8b2ce99478f2445756e181f009b93d4e746
Reviewed-on: https://gerrit.libreoffice.org/1905
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/dialogs.hrc | 4 | ||||
-rw-r--r-- | svx/inc/svx/srchdlg.hxx | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/svx/inc/svx/dialogs.hrc b/svx/inc/svx/dialogs.hrc index d9420b59fb8b..2ab14c7f41e6 100644 --- a/svx/inc/svx/dialogs.hrc +++ b/svx/inc/svx/dialogs.hrc @@ -265,8 +265,8 @@ #define RID_SVXSTR_SEARCH_STYLES (RID_SVX_START + 80) #define RID_SVXSTR_SEARCH (RID_SVX_START + 81) #define RID_SVXSTR_REPLACE (RID_SVX_START + 82) - - +#define RID_SVXSTR_WRITER_STYLES (RID_SVX_START + 83) +#define RID_SVXSTR_CALC_STYLES (RID_SVX_START + 85) // ResIds for the PageDialog // Strings of the ToolBox-Controls from tbcontrl.cxx diff --git a/svx/inc/svx/srchdlg.hxx b/svx/inc/svx/srchdlg.hxx index f95626f53384..b34dd89c7249 100644 --- a/svx/inc/svx/srchdlg.hxx +++ b/svx/inc/svx/srchdlg.hxx @@ -203,6 +203,8 @@ private: sal_uIntPtr nModifyFlag; String aStylesStr; String aLayoutStr; + String aLayoutWriterStr; + String aLayoutCalcStr; String aCalcStr; std::vector<rtl::OUString> aSearchStrings; |