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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Julien Nabet <[email protected]> ---
GetEntryCount returns maBitmapColor
197      sal_uInt16 GetEntryCount() const
198      {
199          return maBitmapColor.size();
200      }

see https://opengrok.libreoffice.org/xref/core/include/vcl/salbtype.hxx#197

but I noticed that maBitmapColor is initialized with a sal_uInt16 number, see
https://opengrok.libreoffice.org/xref/core/include/vcl/salbtype.hxx#maBitmapColor#177

Shouldn't we use sal_uInt16 for mnPaletteCount?

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