summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2017-10-03 10:26:28 -0800
committerHeiko Tietze <tietze.heiko@googlemail.com>2017-10-26 17:24:26 +0200
commitd4064927a2e83c974d4ee9538081e8a4fcdb1e34 (patch)
tree637952063677319b459fdcba23bdc0c10d3709af /include
parentarray_view std::hash override should be const (diff)
downloadcore-d4064927a2e83c974d4ee9538081e8a4fcdb1e34.tar.gz
core-d4064927a2e83c974d4ee9538081e8a4fcdb1e34.zip
tdf#111846 Find & Replace: Rename diacritics and kashida options
Change-Id: I1657b84d613b28d5762057954069d2a2fe2e3ab2 Reviewed-on: https://gerrit.libreoffice.org/43103 Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com> Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/srchdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 287ed879d613..e949ea92fe43 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -179,8 +179,8 @@ private:
VclPtr<CheckBox> m_pWordBtn;
VclPtr<PushButton> m_pCloseBtn;
- VclPtr<CheckBox> m_pIgnoreDiacritics;
- VclPtr<CheckBox> m_pIgnoreKashida;
+ VclPtr<CheckBox> m_pIncludeDiacritics;
+ VclPtr<CheckBox> m_pIncludeKashida;
VclPtr<CheckBox> m_pSelectionBtn;
VclPtr<CheckBox> m_pRegExpBtn;
VclPtr<CheckBox> m_pWildcardBtn;