Fix typo in comments: Not that -> Note that
Change-Id: I1c143f1f8b9cdbdb11055907f55a93e4bbadd7e9
This commit is contained in:
parent
4b3e8de6b3
commit
15ad47fe31
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ class LineListBox
|
|||
|
||||
Description
|
||||
|
||||
Allows selection of line styles and sizes. Not that before first insert,
|
||||
Allows selection of line styles and sizes. Note that before first insert,
|
||||
units and window size need to be set. Supported units are typographic point
|
||||
(pt) and millimeters (mm). For SourceUnit, pt, mm and twips are supported.
|
||||
All scalar numbers in 1/100 of the corresponding unit.
|
||||
|
|
|
@ -892,7 +892,7 @@ public:
|
|||
@param eCharset See the general discussion for get-methods.
|
||||
|
||||
@return For a hierarchical URL, the last segment (everything after
|
||||
the last unencoded '/'). Not that this last segment may be empty. If
|
||||
the last unencoded '/'). Note that this last segment may be empty. If
|
||||
the URL is not hierarchical, an empty string is returned.
|
||||
*/
|
||||
OUString GetLastName(DecodeMechanism eMechanism = DecodeMechanism::ToIUri,
|
||||
|
|
Loading…
Reference in a new issue