diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2023-10-20 11:22:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-20 14:03:07 +0200 |
commit | d33f5234ac79cfa6eaaedc2890b9e71337268b2c (patch) | |
tree | bf7d05855faeb45e3ce60919fd4ac5b4f72c0b72 /udkapi/com/sun/star/uno | |
parent | f0f1d74bdeafa09655813091b5259581f17b358d (diff) |
Typo in comment "af"->"of" in XReference.idl
Change-Id: I99c52dcf7fe5db7226090c3685d27b2f333a16eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158235
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'udkapi/com/sun/star/uno')
-rw-r--r-- | udkapi/com/sun/star/uno/XReference.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/uno/XReference.idl b/udkapi/com/sun/star/uno/XReference.idl index a97027410bf6..2c36355c067f 100644 --- a/udkapi/com/sun/star/uno/XReference.idl +++ b/udkapi/com/sun/star/uno/XReference.idl @@ -22,7 +22,7 @@ module com { module sun { module star { module uno { /** must be implemented by anyone who holds the adapter on the client side.@see XWeak - for description af concepts. + for description of concepts. */ published interface XReference: com::sun::star::uno::XInterface { |