https://bz.apache.org/ooo/show_bug.cgi?id=126844

John <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from John <[email protected]> ---
If the file has confidential material in it, you can obscure the contents
without greatly affecting the structure by changing every alphabetic character
to an " x ", and every digit to an " n " with

Edit > Find and Replace
Tick Regular expressions (under More ...)
 Find box [:alpha:]
 Replace box x
click Replace all

and

 Find box [:digit:]
 Replace box n
click Replace all

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to