From 18c97df0dcb348134d3ceac022a799338e02d7f5 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 2 May 2020 22:56:41 +0200 Subject: 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 --- offapi/com/sun/star/sheet/SheetCell.idl | 2 +- offapi/com/sun/star/sheet/SheetCellRange.idl | 2 +- offapi/com/sun/star/sheet/SheetCellRanges.idl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun') 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.

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.

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.

The property com::sun::star::util::SearchDescriptor::SearchWords -- cgit