summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-02-26 00:13:07 +0100
committerEike Rathke <erack@redhat.com>2016-02-26 01:41:50 +0100
commit393f11f88648e1c7cace6224aa7afcbf9d68ddd6 (patch)
treec7b7856b498e10e371400fca8a43472c80f1eb87 /include/svx/srchdlg.hxx
parent82e23b52acf52fe8334d0fcba62d6b956d222445 (diff)
add Wildcards to Find&Replace dialog
Enabled only for Calc. Writer needs to be adapted to support wildcards. The global escape character is '\' set in SvxSearchItem ctor. Change-Id: I1af78f296deff81e023ee9f0e936f5f506f80c83
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r--include/svx/srchdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index cc4beda36eab..cd08fc8c577a 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -180,6 +180,7 @@ private:
VclPtr<CheckBox> m_pSelectionBtn;
VclPtr<CheckBox> m_pBackwardsBtn;
VclPtr<CheckBox> m_pRegExpBtn;
+ VclPtr<CheckBox> m_pWildcardBtn;
VclPtr<CheckBox> m_pSimilarityBox;
VclPtr<PushButton> m_pSimilarityBtn;
VclPtr<CheckBox> m_pLayoutBtn;