diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-14 06:08:18 +0100 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-11-14 12:37:44 +0100 |
commit | 5767cb0eaf9ac69ccc0bfb8944cbf931a1f80728 (patch) | |
tree | 64b4fe5176c047bff1cd9df3632786e28397ad73 /offapi | |
parent | 80e908b0ce68c13385c1eb5c0285665fa89d5e3d (diff) |
Fix typo
Change-Id: Id3be5eb786bfa245155fef17e819a72dee322e18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159397
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/util/SearchDescriptor.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/util/SearchDescriptor.idl b/offapi/com/sun/star/util/SearchDescriptor.idl index c70b81fcdcbd..042d64db2146 100644 --- a/offapi/com/sun/star/util/SearchDescriptor.idl +++ b/offapi/com/sun/star/util/SearchDescriptor.idl @@ -123,7 +123,7 @@ published service SearchDescriptor */ [optional, property] boolean SearchWildcard; - /** Specifices the character used to escape special characters in wildcards. + /** Specifies the character used to escape special characters in wildcards. @since LibreOffice 24.2 */ |