This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8a29a53  Changed helptext after resolved problem. (#117)
8a29a53 is described below

commit 8a29a53c2c61ae61b722da4aae0ac95ee3578215
Author: DiGro <[email protected]>
AuthorDate: Tue Mar 2 08:05:43 2021 +0100

    Changed helptext after resolved problem. (#117)
    
    [:space:] should represent any whitespace character in regular expressions.
    However, in the older, before OOo 3.4, it did not find the tab \t.
    
    Now it does due to changing the regexp engine since 3.4
---
 main/helpcontent2/source/text/shared/01/02100001.xhp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/helpcontent2/source/text/shared/01/02100001.xhp 
b/main/helpcontent2/source/text/shared/01/02100001.xhp
index f17c16d..4347415 100644
--- a/main/helpcontent2/source/text/shared/01/02100001.xhp
+++ b/main/helpcontent2/source/text/shared/01/02100001.xhp
@@ -284,7 +284,7 @@
                <paragraph xml-lang="en-US" id="par_id3153726" 
role="tablecontent" l10n="U" oldref="218">[:space:]</paragraph>
             </tablecell>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3150961" 
role="tablecontent" l10n="CHG" oldref="219">Represents a space character (but 
not other whitespace characters).<comment>UFI: see 
#i41706#</comment></paragraph>
+               <paragraph xml-lang="en-US" id="par_id3150961" 
role="tablecontent" l10n="CHG" oldref="219">Represents a whitespace 
character.</paragraph>
             </tablecell>
          </tablerow>
          <tablerow>

Reply via email to