From 2872cf80f2bc8758dfc82d081cc6c03a9564cfe6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 10 Oct 2013 10:08:18 +0200 Subject: [PATCH] Adapt type_reference to typo fix in method parameter name ...strictly speaking, such a change is incompatible, but in case of such a typo it is probably best to do the cosmetic change anyway. Change-Id: Ia4f773676addff5bfa64817ac724fa27c61b2a4b --- udkapi/type_reference/udkapi.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udkapi/type_reference/udkapi.idl b/udkapi/type_reference/udkapi.idl index 0f2eb570ae34..b10758994bad 100644 --- a/udkapi/type_reference/udkapi.idl +++ b/udkapi/type_reference/udkapi.idl @@ -600,7 +600,7 @@ module com { }; published interface XIdentifierAccess { interface ::com::sun::star::container::XElementAccess; - any getByIdentifier([in] long Identifierr) raises (::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException); + any getByIdentifier([in] long Identifier) raises (::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException); sequence< long > getIdentifiers(); }; published interface XIdentifierReplace {