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

            Bug ID: 100760
           Summary: core/vcl/source/control/tabctrl.cxx:1202]: (style)
                    Redundant condition
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: dcb...@hotmail.com

core/vcl/source/control/tabctrl.cxx:1202]: (style) Redundant condition:
mbHideDisabledTabs. '!A || (A && B)' is equivalent to '!A || B'

Source code is

   if(!mbHideDisabledTabs || (mbHideDisabledTabs && pItem->mbEnabled))

-- 
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