Kaydet (Commit) 90ebe26e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:saloverride

Change-Id: Ifbcd602203708519f7b4416cf31d94d45b552556
üst 345e148b
......@@ -45,7 +45,7 @@ namespace svgio
/// #i125258# tell if this node is allowed to have a parent style (e.g. defs do not)
virtual bool supportsParentStyle() const SAL_OVERRIDE;
virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent);
virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) SAL_OVERRIDE;
/// CssStyleSheet add helpers
void addCssStyleSheet(const OUString& aSelectors, const SvgStyleAttributes& rNewStyle);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment