Give distinct names to ValueSets widgets in Glade

At least 3 ValueSet widgets in Glade have the same name (ValueSet). This patch just give distinct names for better identification of their use and purpose.

Change-Id: I3737ffe8c9c51fb6511861fbcf312cfc308a35a1
Reviewed-on: https://gerrit.libreoffice.org/7415
Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index 5163683..b43be2f 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -280,13 +280,13 @@
    <glade-widget-class title="LicenseView" name="deploymentgui-LicenseView"
                        generic-name="LicenseView" parent="GtkTextView"
                        icon-name="widget-gtk-textview"/>
    <glade-widget-class title="ValueSet" name="svtlo-ValueSet"
    <glade-widget-class title="SvtValueSet" name="svtlo-ValueSet"
                        generic-name="Set of Value Options" parent="GtkDrawingArea"
                        icon-name="widget-gtk-drawingarea"/>
    <glade-widget-class title="ValueSet" name="svxcorelo-SvxColorValueSet"
    <glade-widget-class title="SvxColorValueSet" name="svxcorelo-SvxColorValueSet"
                        generic-name="Set of Value Options" parent="GtkDrawingArea"
                        icon-name="widget-gtk-drawingarea"/>
    <glade-widget-class title="ValueSet" name="swuilo-ColumnValueSet"
    <glade-widget-class title="SwColumnValueSet" name="swuilo-ColumnValueSet"
                        generic-name="Set of Value Options" parent="GtkDrawingArea"
                        icon-name="widget-gtk-drawingarea"/>
    <glade-widget-class title="TableValueSet" name="sdlo-TableValueSet"