summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-30 23:02:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-31 09:56:01 +0200
commit7a3e7ee1c7323e6db279d006ff218e6543228f3f (patch)
tree6a07665e45b7bd3a2d6fbb83783600e121ad3d7b /svgio
parentc2611f185f6a396ac17677079e9588b82f214aeb (diff)
Fix typos
Change-Id: Iaa00d65b518b3e638c2d31912e247cb91bdd0950 Reviewed-on: https://gerrit.libreoffice.org/58347 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgstylenode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgstylenode.cxx b/svgio/source/svgreader/svgstylenode.cxx
index c909586724f5..281bab937bb2 100644
--- a/svgio/source/svgreader/svgstylenode.cxx
+++ b/svgio/source/svgreader/svgstylenode.cxx
@@ -127,7 +127,7 @@ namespace svgio
// which is just the space-char cleaned, concatenated Selectors. The part to 'match'
// these is in fillCssStyleVectorUsingHierarchyAndSelectors. There, the same string is
// built up using the priorities of local CssStyle, Id, Class and other info combined
- // with the existing hierarchy. This creates a specificity- and priority-sorted local
+ // with the existing hierarchy. This creates a specificity and priority-sorted local
// list for each node which is then chained using get/setCssStyleParent.
// The current solution is capable of solving space-separated selectors which can be
// mixed between Id, Class and type specifiers.