summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-06 11:32:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-07 12:09:46 +0100
commit6751ed9e438f19e4062f1eea91e9dbab3040b6ad (patch)
tree8dafa4262ec80f94bcd74cc55ef5e377c967aa4e /cppcanvas
parent92b56816cd9b568b808cb880be920d26bc9e2693 (diff)
Fix typos
Change-Id: Id6f5edca053048540b57fd9871aabd1c71f9b64f Reviewed-on: https://gerrit.libreoffice.org/62902 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/textlineshelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/textlineshelper.hxx b/cppcanvas/source/mtfrenderer/textlineshelper.hxx
index fb06e345b64b..ca13d9482ad2 100644
--- a/cppcanvas/source/mtfrenderer/textlineshelper.hxx
+++ b/cppcanvas/source/mtfrenderer/textlineshelper.hxx
@@ -65,7 +65,7 @@ public:
::basegfx::B2DSize getOverallSize() const { return maOverallSize; }
- /** Init textlines with specified linewdith and TextLineInfo.
+ /** Init textlines with specified linewidth and TextLineInfo.
*/
void init(double nLineWidth, const tools::TextLineInfo& rLineInfo);