diff options
author | Eike Rathke <erack@redhat.com> | 2016-07-20 23:37:34 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-07-20 23:53:25 +0200 |
commit | 9cd4a2d92388d199293e44a63ebe32f7c61aceff (patch) | |
tree | d95f205bb280d44b528a0572af584e158619a223 /offapi | |
parent | c48c5bad9d371da0e0c47c7ef5611a4afe4fd82e (diff) |
adapt description to reality
Change-Id: I2062902e496715223ff9a4183c90f66d742d2687
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl index bdb784e4fb36..7487f6a5bb03 100644 --- a/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl +++ b/offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl @@ -126,8 +126,8 @@ published service SpreadsheetDocumentSettings e.g., for functions which look up spreadsheet contents. <p>RegularExpressions and Wildcards are mutually exclusive, only - one can have the value `TRUE`. Internally, if both are true then - Wildcards takes precedence over RegularExpressions.</p> + one can have the value `TRUE`. If both are set to `TRUE` via API + calls then the last one set takes precedence.</p> */ [property] boolean RegularExpressions; @@ -217,8 +217,8 @@ published service SpreadsheetDocumentSettings e.g., for functions which look up spreadsheet contents. <p>Wildcards and RegularExpressions are mutually exclusive, only - one can have the value `TRUE`. Internally, if both are true then - Wildcards takes precedence over RegularExpressions.</p> + one can have the value `TRUE`. If both are set to `TRUE` via API + calls then the last one set takes precedence.</p> @since LibreOffice 5.2 */ |