diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-03-17 15:43:32 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-03-17 18:10:11 +0100 |
commit | 43c64fa24d3d9922b080b5cb7bb5df249a759c1a (patch) | |
tree | a885bd998cc8483fb0d9323b7e3bcd2fe25bba9b /sfx2/sdi/sfxitems.sdi | |
parent | 547617955af87640b46211b6715032bc6576279a (diff) |
Revert "tdf#98458 sw: make search in shape text optional"
Actually there seems to be a simpler solution to the immediate performance
problem which I'll commit next.
It still might be necessary to introduce the search switch at some stage, but
first let's see if there are complaints.
This reverts commit 8e0b08c3053ed5472409b1ea7e02653aad38f7d6.
Diffstat (limited to 'sfx2/sdi/sfxitems.sdi')
-rw-r--r-- | sfx2/sdi/sfxitems.sdi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/sdi/sfxitems.sdi b/sfx2/sdi/sfxitems.sdi index 1900868fd0f5..ab1b3fd067e0 100644 --- a/sfx2/sdi/sfxitems.sdi +++ b/sfx2/sdi/sfxitems.sdi @@ -91,7 +91,6 @@ INT32 SearchStartPointY MID_SEARCH_STARTPOINTY; BOOL SearchFormatted MID_SEARCH_SEARCHFORMATTED; INT16 AlgorithmType2 MID_SEARCH_ALGORITHMTYPE2; - BOOL SearchInShapes MID_SEARCH_INSHAPES; }; item SvxSearch SvxSearchItem; |