diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-08-22 12:46:02 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-08-22 20:06:24 +0200 |
commit | b2247336409b7b3b0ae04356a167dcd204badb04 (patch) | |
tree | ebe8292d5a928d771b31ba13bb54d90cc3b2f96f /svgio/inc | |
parent | 3cf3e0e21d2f7fa33abced5e2f7291de6e4441eb (diff) |
tdf#129356: handle css combinator when the element name is combined...
... with the ID or the class
While at it, simplify the code a bit
Change-Id: I9e36f334b884d31229568835a346d4427a47c760
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155945
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/inc')
-rw-r--r-- | svgio/inc/svgnode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgnode.hxx b/svgio/inc/svgnode.hxx index 0d8008d41c90..96c6ade01efa 100644 --- a/svgio/inc/svgnode.hxx +++ b/svgio/inc/svgnode.hxx @@ -125,7 +125,7 @@ namespace svgio::svgreader const OUString& aConcatenated); void fillCssStyleVectorUsingHierarchyAndSelectors( const SvgNode& rCurrent, - const OUString& aConcatenated); + std::u16string_view aConcatenated); void fillCssStyleVectorUsingParent( const SvgNode& rCurrent); |