diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-17 08:33:51 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-17 08:34:21 +0100 |
commit | 8e0b08c3053ed5472409b1ea7e02653aad38f7d6 (patch) | |
tree | 7f9160cfd5b97efafc3fe00dea9e0f8a10e120d8 /sfx2/sdi | |
parent | 5b3fee11f4019820cc1212a0441020609418dbf1 (diff) |
tdf#98458 sw: make search in shape text optional
Instead of forcing it silently on everyone, add a new search option and
enable it only in case it's requested, as shape search is expensive for
large documents.
(Regression from commit bdc1824ea7acfa2fe9d71cdbe57882acce155577.)
Change-Id: Ibb6e76ad5c870dfd63b36429e16ef6d572f5f1fd
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfxitems.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/sdi/sfxitems.sdi b/sfx2/sdi/sfxitems.sdi index ab1b3fd067e0..1900868fd0f5 100644 --- a/sfx2/sdi/sfxitems.sdi +++ b/sfx2/sdi/sfxitems.sdi @@ -91,6 +91,7 @@ INT32 SearchStartPointY MID_SEARCH_STARTPOINTY; BOOL SearchFormatted MID_SEARCH_SEARCHFORMATTED; INT16 AlgorithmType2 MID_SEARCH_ALGORITHMTYPE2; + BOOL SearchInShapes MID_SEARCH_INSHAPES; }; item SvxSearch SvxSearchItem; |