diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-17 21:19:15 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-17 21:19:15 +0900 |
commit | 15ad47fe31c716b54d0b42c94b5f5d960f4aa10e (patch) | |
tree | 7fa67da9a284bca60e200f1592b32f62515759ec /include | |
parent | 4b3e8de6b3cb971b02aa0cb90aceb9e104071d3b (diff) |
Fix typo in comments: Not that -> Note that
Change-Id: I1c143f1f8b9cdbdb11055907f55a93e4bbadd7e9
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 2 | ||||
-rw-r--r-- | include/tools/urlobj.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index a98689d982d2..6784f807344a 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -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. diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 6630e51755a8..d1a9408c4bd0 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -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, |