summaryrefslogtreecommitdiff
path: root/svgio/inc
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-06-22 18:00:01 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-06-22 19:50:25 +0200
commit079cd3429ace2f9568d42368bb0c56487335d44d (patch)
tree15403b01294390eb03184733ccf91dbfad12b0af /svgio/inc
parent83ff25f09c4b897a19b9de14980c83c1236813c1 (diff)
tdf#156018: check if there is a css style with element inside element
Change-Id: I54fa5bea42560eec5ae51dd7ba07de11f418c75c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153466 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/inc')
-rw-r--r--svgio/inc/svgtoken.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svgio/inc/svgtoken.hxx b/svgio/inc/svgtoken.hxx
index a28be73df50a..9c28674b1cfb 100644
--- a/svgio/inc/svgtoken.hxx
+++ b/svgio/inc/svgtoken.hxx
@@ -187,6 +187,7 @@ namespace svgio::svgreader
};
SVGToken StrToSVGToken(const OUString& rStr, bool bCaseIndependent);
+ OUString SVGTokenToStr(const SVGToken& rToken);
OUString getStrTitle();
OUString getStrDesc();