summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Janík <paveljanik@apache.org>2013-05-16 16:56:38 +0000
committerPavel Janík <paveljanik@apache.org>2013-05-16 16:56:38 +0000
commit4b07fb34d00c9e7292d66658f4f6ff040c2267c2 (patch)
tree55da779fd508d5bce12d9617bf05dc616918ac9b
parentc2b5f0eedcc0fb7e0175e81b6f6127b99b8b7499 (diff)
Unname unused argument to prevent compiler warnings.
Notes
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index c9d181ddb924..84848590860a 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -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)
{