diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-25 20:17:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-25 22:43:39 +0200 |
commit | d26d1da82f0625ce1e5a99cc0081b1fcf422b315 (patch) | |
tree | 5f4fa18baa60dc09f24b4681dc04b3a76599244e /include/svx/fontworkgallery.hxx | |
parent | 33966ab25d21594a3a4f40ce30ece73fa4f45a27 (diff) |
rename SvtValueSet back to ValueSet
Change-Id: I51ab96ffef7acc0d416d13ac8e380e49381f4d1d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92902
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/fontworkgallery.hxx')
-rw-r--r-- | include/svx/fontworkgallery.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fontworkgallery.hxx b/include/svx/fontworkgallery.hxx index c492a1f143c5..12648ebd6a19 100644 --- a/include/svx/fontworkgallery.hxx +++ b/include/svx/fontworkgallery.hxx @@ -54,7 +54,7 @@ class SAL_WARN_UNUSED SVXCORE_DLLPUBLIC FontWorkGalleryDialog final : public wel std::vector<BitmapEx> maFavoritesHorizontal; - SvtValueSet maCtlFavorites; + ValueSet maCtlFavorites; std::unique_ptr<weld::CustomWeld> mxCtlFavorites; std::unique_ptr<weld::Button> mxOKButton; @@ -62,7 +62,7 @@ class SAL_WARN_UNUSED SVXCORE_DLLPUBLIC FontWorkGalleryDialog final : public wel void insertSelectedFontwork(); void fillFavorites(sal_uInt16 nThemeId); - DECL_LINK(DoubleClickFavoriteHdl, SvtValueSet*, void); + DECL_LINK(DoubleClickFavoriteHdl, ValueSet*, void); DECL_LINK(ClickOKHdl, weld::Button&, void ); public: |