summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-04-25 20:17:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-04-25 22:43:39 +0200
commitd26d1da82f0625ce1e5a99cc0081b1fcf422b315 (patch)
tree5f4fa18baa60dc09f24b4681dc04b3a76599244e /svx/inc
parent33966ab25d21594a3a4f40ce30ece73fa4f45a27 (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 'svx/inc')
-rw-r--r--svx/inc/colrctrl.hxx2
-rw-r--r--svx/inc/galbrws2.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/colrctrl.hxx b/svx/inc/colrctrl.hxx
index 7f3ad6f9af29..4b369cf886fa 100644
--- a/svx/inc/colrctrl.hxx
+++ b/svx/inc/colrctrl.hxx
@@ -79,7 +79,7 @@ private:
void FillValueSet();
- DECL_LINK(SelectHdl, SvtValueSet*, void);
+ DECL_LINK(SelectHdl, ValueSet*, void);
/** This function is called when the window gets the focus. It grabs
the focus to the color value set so that it can be controlled with
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx
index 7d72594a0de1..4c6ce49ed5f1 100644
--- a/svx/inc/galbrws2.hxx
+++ b/svx/inc/galbrws2.hxx
@@ -106,7 +106,7 @@ private:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
DECL_LINK( SelectObjectHdl, weld::TreeView&, void );
- DECL_LINK( SelectObjectValueSetHdl, SvtValueSet*, void );
+ DECL_LINK( SelectObjectValueSetHdl, ValueSet*, void );
DECL_LINK( SelectTbxHdl, weld::ToggleButton&, void );
DECL_LINK( PopupMenuHdl, const CommandEvent&, bool );
DECL_LINK( KeyInputHdl, const KeyEvent&, bool );