diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:54:55 +0200 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-09-30 12:38:23 +0000 |
commit | ae13a6819e1dea6646aa0eba435ca9c81101f52c (patch) | |
tree | c2543f2e8b16410151dfb54603e39225a9a7ed57 /include/svtools/ctrltool.hxx | |
parent | d344d2b1f5e528c5f2a2d6b892a23e402aa4bd46 (diff) |
Fix typos
Change-Id: Id66432ef80fc2963fd2cbc6fad5d8e135e8975b0
Reviewed-on: https://gerrit.libreoffice.org/18956
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include/svtools/ctrltool.hxx')
-rw-r--r-- | include/svtools/ctrltool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ctrltool.hxx b/include/svtools/ctrltool.hxx index e66e2c2c6d2d..9d5c50119cce 100644 --- a/include/svtools/ctrltool.hxx +++ b/include/svtools/ctrltool.hxx @@ -92,7 +92,7 @@ vcl::FontInfo FontList::Get( const String& rName, const String& rStyleName ) con This method search a vcl::FontInfo for the given name and the given style name. The Stylename can also be a synthetic one. In that case the relevant vcl::FontInfo fields will be set. -If a StyleName is provived, a vcl::FontInfo structure without a Stylename can be +If a StyleName is provided, a vcl::FontInfo structure without a Stylename can be returned. To get a representation of the StyleName for displaying it to the user, call GetStyleName() on this vcl::FontInfo structure. |