diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:44:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:58 +0200 |
commit | 2ada2b33757518891e002cd9372c6aa0c85b0a3f (patch) | |
tree | 5a30d3e74a0ab663a3438520e99da90dd18b26b9 /svgio | |
parent | c8e94ffb8cc8bedf7a572ca12931caa999733799 (diff) |
typo: dependend -> dependent
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 cd9ba053ffb3..8da721cf7894 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 Lengths +// recommended value for this devise dependent unit, see CSS2 section 4.3.2 Lengths #define F_SVG_PIXEL_PER_INCH 90.0 // common non-token strings |