[Libreoffice-commits] core.git: include/svtools include/tools

Takeshi Abe tabe at fixedpoint.jp
Tue Jan 17 12:20:26 UTC 2017


 include/svtools/ctrlbox.hxx |    2 +-
 include/tools/urlobj.hxx    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 15ad47fe31c716b54d0b42c94b5f5d960f4aa10e
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Jan 17 21:19:15 2017 +0900

    Fix typo in comments: Not that -> Note that
    
    Change-Id: I1c143f1f8b9cdbdb11055907f55a93e4bbadd7e9

diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index a98689d..6784f80 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 6630e51..d1a9408 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,


More information about the Libreoffice-commits mailing list