[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svgio/source
Pavel JanÃk
paveljanik at apache.org
Thu May 16 11:07:33 PDT 2013
svgio/source/svgreader/svgstyleattributes.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4b07fb34d00c9e7292d66658f4f6ff040c2267c2
Author: Pavel JanÃk <paveljanik at apache.org>
Date: Thu May 16 16:56:38 2013 +0000
Unname unused argument to prevent compiler warnings.
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index c9d181d..8484859 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)
{
More information about the Libreoffice-commits
mailing list