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/galctrl.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/galctrl.hxx')
-rw-r--r-- | include/svx/galctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/galctrl.hxx b/include/svx/galctrl.hxx index 9e46720c9a52..4bb37f68fd7a 100644 --- a/include/svx/galctrl.hxx +++ b/include/svx/galctrl.hxx @@ -86,7 +86,7 @@ public: bool SetGraphic( const INetURLObject& ); }; -class GalleryIconView final : public SvtValueSet +class GalleryIconView final : public ValueSet { private: std::unique_ptr<GalleryDragDrop> mxDragDropTargetHelper; |