Don’t restrict find text in Finding RO’s in word documents to not allow a space

This commit is contained in:
Kathy Ruffing 2013-09-05 15:46:31 +00:00
parent 6fbbc29317
commit a28735c868

View File

@ -1291,7 +1291,8 @@ namespace VEPROMS.CSLA.Library
// [<] - Less-Than Character // [<] - Less-Than Character
// [!<> ]@ - 1 or more characters not including Less-Than, Greater-Than or Space // [!<> ]@ - 1 or more characters not including Less-Than, Greater-Than or Space
// - Dash // - Dash
// [!<> ]@ - 1 or more characters not including Less-Than, Greater-Than or Space // [!<>]@ - 1 or more characters not including Less-Than, Greater-Than.
// a space be included as part of the accessory page id (Callaway, EOP Addendum 37)
// [>] - Greater-Than Character // [>] - Greater-Than Character
find.Text = "[<][!<> ]@-[!<>]@[>]"; find.Text = "[<][!<> ]@-[!<>]@[>]";
find.Wrap = LBWdFindWrap.wdFindContinue; find.Wrap = LBWdFindWrap.wdFindContinue;