Prevent nonsensical comparations between OUString and nullptr_t
...now that 1b98f38c css.xml.sax.XAttributeList is broken by design 074defe2 Strange OUString null check a24105a8 Nonsensical OUString null check 9799fe3d Nonsensical OUString null check d6b9fea9 Nonsensical OUString null check f2de7d05 This apparently always wanted to check that _rChars.trim() is non-empty a8cfc979 SvxBrushItem::GetGraphicLink no longer returns a pointer are fixed. (OString didn't have this problem with overloaded operator ==/!=, but had a similar issue with nullptr_t that OUString in turn didn't have, f2016230 "Rule out OString(std::nullptr_t)".) Change-Id: I4ca0e1f5a911448e7bc9b8c5dddff5993d61ef18
Showing
Please
register
or
sign in
to comment