diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-11-23 23:08:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-11-23 23:22:25 +0100 |
commit | 9f3aa81c5d5a15b7374768417839bc200fd06479 (patch) | |
tree | bb91d4af77cde9cc974aef1548f438a07bbdf323 /svgio | |
parent | ea6f3c09cf76932ce567e8d3250e0f665ca42c99 (diff) |
Lenght -> Length
Change-Id: Ic338484627a1b74fba2d4d0794f8865290177464
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/inc/svgio/svgreader/svgtools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgio/svgreader/svgtools.hxx b/svgio/inc/svgio/svgreader/svgtools.hxx index c6ede61a1145..0cc29fa7231a 100644 --- a/svgio/inc/svgio/svgreader/svgtools.hxx +++ b/svgio/inc/svgio/svgreader/svgtools.hxx @@ -37,7 +37,7 @@ namespace svgio void myAssert(const OUString& rMessage); #endif -// recommended value for this devise dependend unit, see CSS2 section 4.3.2 Lenghts +// recommended value for this devise dependend unit, see CSS2 section 4.3.2 Lengths #define F_SVG_PIXEL_PER_INCH 90.0 // common non-token strings |