Kaydet (Commit) 4b07fb34 authored tarafından Pavel Janík's avatar Pavel Janík

Unname unused argument to prevent compiler warnings.

üst c2b5f0ee
......@@ -1187,7 +1187,7 @@ namespace svgio
{
}
void SvgStyleAttributes::parseStyleAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent)
void SvgStyleAttributes::parseStyleAttribute(const rtl::OUString& /* rTokenName */, SVGToken aSVGToken, const rtl::OUString& aContent)
{
switch(aSVGToken)
{
......
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