diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-28 14:12:31 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-28 14:12:31 -0400 |
commit | 484b44b39bc2788160f475c3b40ce6b569fdc6cb (patch) | |
tree | 13f9e0c035b281ab4091f0bf1d7549b54b6a7380 /offapi | |
parent | 78278561130a3faab44472831bfccc074a0e8194 (diff) |
Changed some wording.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/XCellRangesQuery.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XCellRangesQuery.idl b/offapi/com/sun/star/sheet/XCellRangesQuery.idl index a44cc701fafc..35bb83132267 100644 --- a/offapi/com/sun/star/sheet/XCellRangesQuery.idl +++ b/offapi/com/sun/star/sheet/XCellRangesQuery.idl @@ -78,10 +78,10 @@ published interface XCellRangesQuery: com::sun::star::uno::XInterface <atom>long</atom> values, this method expects a <atom>short</atom> parameter.</p> - <p>Attention: Empty cells in the range are not analyzed.Some - <type>CellFlags</type> may not be fully honored. For instance, - when querying for STYLES, the returned ranges may not include empty - cells with styles applied.</p> + <p>Attention: Empty cells in the range may be skipped depending on + the content flag used. For instance, when querying for STYLES, + the returned ranges may not include empty cells even if styles are + applied to those cells.</p> @returns all cells of the current cell range(s) with the specified |