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 /sc/inc/unonames.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 'sc/inc/unonames.hxx')
-rw-r--r-- | sc/inc/unonames.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index b064995a1468..59398959387e 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -376,6 +376,7 @@ #define SC_UNO_SRCHTYPE "SearchType" #define SC_UNO_SRCHWORDS "SearchWords" #define SC_UNO_SRCHFILTERED "SearchFiltered" +#define SC_UNO_SRCHFORMATTED "SearchFormatted" // old (5.2) property names for page styles - for compatibility only! #define OLD_UNO_PAGE_BACKCOLOR "BackgroundColor" |