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

--- Comment #5 from Shivam Kumar Singh <shivamhere...@gmail.com> ---
(In reply to Shivam Kumar Singh from comment #4)
> The code means "if CJKFont is enabled and rPropName is related to Asian
> return false", this should rather be

     // Hide Asian and Complex properties
 if (rPropName.indexOf("Asian") != -1 &&
!SvtLanguageOptions().IsCJKFontEnabled())
           return false;
 if (rPropName.indexOf("Complex") != -1 &&
!SvtLanguageOptions().IsCTLFontEnabled())
           return false;

I missed the *not* operator ;-)

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

Reply via email to