Kaydet (Commit) 2872cf80 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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
üst ab02cebc
...@@ -600,7 +600,7 @@ module com { ...@@ -600,7 +600,7 @@ module com {
}; };
published interface XIdentifierAccess { published interface XIdentifierAccess {
interface ::com::sun::star::container::XElementAccess; 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(); sequence< long > getIdentifiers();
}; };
published interface XIdentifierReplace { published interface XIdentifierReplace {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment