sw/source/core/unocore/unostyle.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 73202f8edc074ec035255d25ff29bfd4a8d8dfd6 Author: Miklos Vajna <vmik...@suse.cz> Date: Fri Jun 29 16:03:22 2012 +0200 SwXStyleFamily::getPropertySetInfo: remove useless OSL_FAIL When poking around using an xray-like tool, it's quite expected that this method is reached. Change-Id: Ie795bbb06df740d853065d21c838e10a55ff34c6 diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx index d43d6fc..1795c16 100644 --- a/sw/source/core/unocore/unostyle.cxx +++ b/sw/source/core/unocore/unostyle.cxx @@ -967,7 +967,6 @@ void SwXStyleFamily::removeByName(const OUString& rName) throw( container::NoSuc uno::Reference< beans::XPropertySetInfo > SAL_CALL SwXStyleFamily::getPropertySetInfo( ) throw (uno::RuntimeException) { - OSL_FAIL( "###unexpected!" ); return uno::Reference< beans::XPropertySetInfo >(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits