summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/type_reference/udkapi.idl2
1 files changed, 1 insertions, 1 deletions
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 {