diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-01-08 09:28:38 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-01-14 10:20:27 +0100 |
commit | 25f33c3393895edced99cb69c7a450b9e2bb5343 (patch) | |
tree | 4a255d899fb6bfba6c391cad6a7b4c35aef8c04a /include/svx/fontworkgallery.hxx | |
parent | ce324c96132066a614d302ba07723026e5c6b83e (diff) |
Fontwork dialog: use iconview
Change-Id: I5bb35407ca83c9b0cda6f6355e6e25c21fecb459
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108960
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109181
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/svx/fontworkgallery.hxx')
-rw-r--r-- | include/svx/fontworkgallery.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/svx/fontworkgallery.hxx b/include/svx/fontworkgallery.hxx index 12648ebd6a19..3fa657305ad6 100644 --- a/include/svx/fontworkgallery.hxx +++ b/include/svx/fontworkgallery.hxx @@ -52,17 +52,16 @@ class SAL_WARN_UNUSED SVXCORE_DLLPUBLIC FontWorkGalleryDialog final : public wel SdrObject** mppSdrObject; SdrModel* mpDestModel; - std::vector<BitmapEx> maFavoritesHorizontal; + std::vector<VclPtr< VirtualDevice >> maFavoritesHorizontal; - ValueSet maCtlFavorites; - std::unique_ptr<weld::CustomWeld> mxCtlFavorites; + std::unique_ptr<weld::IconView> maCtlFavorites; std::unique_ptr<weld::Button> mxOKButton; void initFavorites(sal_uInt16 nThemeId); void insertSelectedFontwork(); void fillFavorites(sal_uInt16 nThemeId); - DECL_LINK(DoubleClickFavoriteHdl, ValueSet*, void); + DECL_LINK(DoubleClickFavoriteHdl, weld::IconView&, bool); DECL_LINK(ClickOKHdl, weld::Button&, void ); public: |