From 9a85743766e8a063d20d5f93ee88758e243397f4 Mon Sep 17 00:00:00 2001 From: Dennis Francis Date: Sat, 17 Oct 2015 23:14:35 +0530 Subject: tdf#48456 : when searching for a number, consider formatting Change-Id: I4a1e3e269a269bb37e88aa8810a46d0f4ecfc518 Reviewed-on: https://gerrit.libreoffice.org/19420 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- sc/inc/unonames.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/unonames.hxx') 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" -- cgit