From 4b373ef7f5fecc9a90e0e3cb90f297bc1101afef Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 28 May 2013 16:13:50 +0200 Subject: fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873 Signed-off-by: Stephan Bergmann --- stoc/source/registry_tdprovider/tdservice.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc/source') diff --git a/stoc/source/registry_tdprovider/tdservice.cxx b/stoc/source/registry_tdprovider/tdservice.cxx index 190ad7af4d6e..509a058db011 100644 --- a/stoc/source/registry_tdprovider/tdservice.cxx +++ b/stoc/source/registry_tdprovider/tdservice.cxx @@ -258,7 +258,7 @@ ServiceTypeDescriptionImpl::getProperties() nAttribs |= beans::PropertyAttribute::MAYBEAMBIGUOUS; if ( nFlags & RT_ACCESS_MAYBEDEFAULT ) nAttribs |= beans::PropertyAttribute::MAYBEDEFAULT; - if ( nFlags & RT_ACCESS_REMOVEABLE ) + if ( nFlags & RT_ACCESS_REMOVABLE ) nAttribs |= beans::PropertyAttribute::REMOVABLE; OSL_ENSURE( !(nFlags & RT_ACCESS_PROPERTY), -- cgit