diff options
author | Dennis Francis <dennisfrancis.in@gmail.com> | 2015-10-17 23:14:35 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-10-23 00:24:18 +0000 |
commit | 9a85743766e8a063d20d5f93ee88758e243397f4 (patch) | |
tree | 5cfcdbf0072a5ba099ee22d06af618717bffa22b /include/svx/srchdlg.hxx | |
parent | b5a1a23ed05d5b72d50bf08b8f6fd550eea17b64 (diff) |
tdf#48456 : when searching for a number, consider formatting
Change-Id: I4a1e3e269a269bb37e88aa8810a46d0f4ecfc518
Reviewed-on: https://gerrit.libreoffice.org/19420
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r-- | include/svx/srchdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index b27a0478bf64..556659fa618a 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -171,6 +171,7 @@ private: VclPtr<PushButton> m_pSearchComponent2PB; VclPtr<CheckBox> m_pMatchCaseCB; + VclPtr<CheckBox> m_pSearchFormattedCB; VclPtr<CheckBox> m_pWordBtn; VclPtr<PushButton> m_pCloseBtn; |