From e6109939b448f070848bfcf11ac013e05f71767a Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Sun, 27 Oct 2019 10:53:45 -0700 Subject: tdf#45904 Move XPropertySet Java tests to C++ Move XPropertySet Java tests to C++ for ScStyleObj. Change-Id: Ic4f2d69d0b569de9fe99c8af41370b0699f2ab1b Reviewed-on: https://gerrit.libreoffice.org/81556 Tested-by: Jenkins Reviewed-by: Jens Carl --- qadevOOo/objdsc/sc/com.sun.star.comp.office.ScStyleObj.csv | 7 ------- 1 file changed, 7 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScStyleObj.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScStyleObj.csv index fbcfe7e91ac5..30c529f00d97 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScStyleObj.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScStyleObj.csv @@ -12,13 +12,6 @@ "ScStyleObj";"com::sun::star::style::Style";"FollowStyle#optional" "ScStyleObj";"com::sun::star::style::Style";"DisplayName#optional" "ScStyleObj";"com::sun::star::style::Style";"IsAutoUpdate#optional" -"ScStyleObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()" -"ScStyleObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()" -"ScStyleObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()" -"ScStyleObj";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()" -"ScStyleObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()" -"ScStyleObj";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()" -"ScStyleObj";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()" "ScStyleObj";"com::sun::star::beans::XMultiPropertyStates#optional";"getPropertyStates()" "ScStyleObj";"com::sun::star::beans::XMultiPropertyStates#optional";"setAllPropertiesToDefault()" "ScStyleObj";"com::sun::star::beans::XMultiPropertyStates#optional";"setPropertiesToDefault()" -- cgit