https://bugs.documentfoundation.org/show_bug.cgi?id=122532

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                 OS|Linux (All)                 |All
            Version|6.1.2.1 release             |Inherited From OOo
           Keywords|                            |needsDevAdvice

--- Comment #2 from Buovjaga <[email protected]> ---
I guess it is some rule made on purpose, possibly a balancing act trying not to
annoy users. The same applies for strings with 2 characters: 'ab. ' will not
capitalise.

I found the condition:

In editeng/source/misc/svxacorr.cxx

In the function definition void SvxAutoCorrect::FnCapitalStartSentence

> if( *pDelim && 2 >= pDelim - pWordStt &&
>    lcl_IsInAsciiArr( ".-)>", *pDelim ) )
>    return;

Adding needsDevAdvice.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to