From a790aafde5aad4b3bd366f487e793268351c5636 Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Tue, 2 Apr 2019 00:18:17 +0000 Subject: tdf#45904 Move XPropertySet Java tests to C++ Move XPropertySet Java tests to C++ for ScAutoFormatObj. Change-Id: I01ad72f7f48b3626085203ceac4f49bca847cdab Reviewed-on: https://gerrit.libreoffice.org/70097 Tested-by: Jenkins Reviewed-by: Jens Carl --- qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAutoFormatObj.csv | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAutoFormatObj.csv (limited to 'qadevOOo/objdsc') diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAutoFormatObj.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAutoFormatObj.csv deleted file mode 100644 index 96344c70f53d..000000000000 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAutoFormatObj.csv +++ /dev/null @@ -1,7 +0,0 @@ -"ScAutoFormatObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()" -"ScAutoFormatObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()" -"ScAutoFormatObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()" -"ScAutoFormatObj";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()" -"ScAutoFormatObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()" -"ScAutoFormatObj";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()" -"ScAutoFormatObj";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()" -- cgit