https://bugs.documentfoundation.org/show_bug.cgi?id=120703
--- Comment #3 from Caolán McNamara <[email protected]> ---
need to be careful when reviewing these, e.g.
Expression 'nNewTabIndex < 0' is always false
sal_Int16 nNewTabIndex = 0;
evt.NewValue >>= nNewTabIndex;
if ( nNewTabIndex < 0 )
nNewTabIndex = 0;
but >>= is an overloaded operator and extracts a value into nTabIndex, so
nTabIndex is not 0 afterwards
--
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