diff options
author | Eike Rathke <erack@redhat.com> | 2015-10-22 21:11:27 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-10-22 21:27:29 +0200 |
commit | 6554961459d990cfa2ca26d8a102b177f7cc84f5 (patch) | |
tree | 854a804dc40432d07a4d704ec5fdb4bf6009f36c /sfx2/sdi/sfxitems.sdi | |
parent | 825b3df7f1d987021ec4a08ff8e7ed78e5772c97 (diff) |
add missing SearchFiltered to SvxSearchItem slot definitions
Already since 26d5cf1ecadc17e5c6aff071b8750b9fadaa1d28 there was one
SfxTypeAttrib element less in aAttrib[n] than defined MID_SEARCH_... values in
include/svl/memberid.hrc, also SearchFiltered was missing from
sfx2/sdi/sfxitems.sdi
As a consequence the generated slot definitions
workdir/SdiTarget/sc/sdi/scslots.hxx lacked that item.
Change-Id: Ic901b3a85fb5242037d713f3642971e7073e684d
Diffstat (limited to 'sfx2/sdi/sfxitems.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 f293e5c90a6f..f98e9c9f4e41 100644 --- a/sfx2/sdi/sfxitems.sdi +++ b/sfx2/sdi/sfxitems.sdi @@ -75,6 +75,7 @@ UINT16 CellType MID_SEARCH_CELLTYPE; BOOL RowDirection MID_SEARCH_ROWDIRECTION; BOOL AllTables MID_SEARCH_ALLTABLES; + BOOL SearchFiltered MID_SEARCH_SEARCHFILTERED; BOOL Backward MID_SEARCH_BACKWARD; BOOL Pattern MID_SEARCH_PATTERN; BOOL Content MID_SEARCH_CONTENT; |