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,