/external/libmspub/

n value='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/unotools/fontcvt.hxx
diff options
context:
space:
mode:
authorAdam Seskunas <adamseskunas@gmail.com>2024-02-24 21:19:37 -0800
committerMike Kaganski <mike.kaganski@collabora.com>2024-02-28 05:00:46 +0100
commit9071cd6e59fb98ad8a2ddfb1019eaf950c716722 (patch)
treefba62a08dca4bc68e2e292e4b0a892cd5b310703 /include/unotools/fontcvt.hxx
parent072a25e1ef4815bbef4f18f59f025862a0d8e876 (diff)
tdf#149714 BitsPerPixel property of Graphic has Boolean UNO type
- vcl change UNO type of UnoGraphicProperty::BitsPerPixel to sal_Int8 instead of sal_uInt8 which maps to BOOLEAN causing Basic to convert non-0 values to True - basic add CppUnitTest since thats where the problem was occuring Change-Id: I0111199151fb5e001b6362e1359ad90bb039f064 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163899 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>