include/svx/sidebar/LinePropertyPanelBase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c400e647b4fe1f1069122bf977a5f9c7a02961d4 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Jul 30 14:51:07 2025 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Thu Jul 31 14:12:24 2025 +0200 Bitmap->BitmapEx in LinePropertyPanelBase now that Bitmap can handle transparency Change-Id: I1aaa37d4c3905a0a2377c7d59dd68d37b83d070e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188611 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx index dec342627083..6ac23b6e3b6b 100644 --- a/include/svx/sidebar/LinePropertyPanelBase.hxx +++ b/include/svx/sidebar/LinePropertyPanelBase.hxx @@ -104,7 +104,7 @@ private: OUString maIMGNone; // multi-images - BitmapEx maIMGWidthIcon[8]; + Bitmap maIMGWidthIcon[8]; bool mbWidthValuable : 1; bool mbArrowSupported;