summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-06-29 16:03:22 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-06-29 16:04:28 +0200
commit73202f8edc074ec035255d25ff29bfd4a8d8dfd6 (patch)
tree954d23948bcab322f8b0323c988a8d076d99421a /sw
parent8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (diff)
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
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unostyle.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx
index d43d6fcf11e5..1795c16ce435 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 >();
}