diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-05-02 22:56:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-03 07:01:08 +0200 |
commit | 18c97df0dcb348134d3ceac022a799338e02d7f5 (patch) | |
tree | 1bc2b2fc402295075778ffa0c435819df79172fe /offapi | |
parent | cbe86ee37018dc4bf04783ecf70fef2863e61ad7 (diff) |
Related tdf#131125: Improperly used ampersand
Really search all occurences of Find & Replace
Change-Id: I1c1301451afa4d339902a275594ecb4cd46030db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93331
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/SheetCell.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/SheetCellRange.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/SheetCellRanges.idl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/SheetCell.idl b/offapi/com/sun/star/sheet/SheetCell.idl index 8d85585d0c74..0f3303c4953c 100644 --- a/offapi/com/sun/star/sheet/SheetCell.idl +++ b/offapi/com/sun/star/sheet/SheetCell.idl @@ -111,7 +111,7 @@ published service SheetCell interface com::sun::star::document::XActionLockable; - /** provides "Find & Replace" functionality. + /** provides "Find and Replace" functionality. <p>The property com::sun::star::util::SearchDescriptor::SearchWords diff --git a/offapi/com/sun/star/sheet/SheetCellRange.idl b/offapi/com/sun/star/sheet/SheetCellRange.idl index 0361a1af4ef1..f6a5cbf6feb7 100644 --- a/offapi/com/sun/star/sheet/SheetCellRange.idl +++ b/offapi/com/sun/star/sheet/SheetCellRange.idl @@ -101,7 +101,7 @@ published service SheetCellRange service com::sun::star::sheet::SheetRangesQuery; - /** provides "Find & Replace" functionality. + /** provides "Find and Replace" functionality. <p>The property com::sun::star::util::SearchDescriptor::SearchWords diff --git a/offapi/com/sun/star/sheet/SheetCellRanges.idl b/offapi/com/sun/star/sheet/SheetCellRanges.idl index a0f98cdd5aa0..a62ee4cee15a 100644 --- a/offapi/com/sun/star/sheet/SheetCellRanges.idl +++ b/offapi/com/sun/star/sheet/SheetCellRanges.idl @@ -82,7 +82,7 @@ published service SheetCellRanges service com::sun::star::sheet::SheetRangesQuery; - /** provides "Find & Replace" functionality. + /** provides "Find and Replace" functionality. <p>The property com::sun::star::util::SearchDescriptor::SearchWords |