svgstyleattributes.cxx (01e92ad6) svgstyleattributes.cxx (363947da)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1173 unchanged lines hidden (view full) ---

1182 }
1183 }
1184 }
1185
1186 SvgStyleAttributes::~SvgStyleAttributes()
1187 {
1188 }
1189
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1173 unchanged lines hidden (view full) ---

1182 }
1183 }
1184 }
1185
1186 SvgStyleAttributes::~SvgStyleAttributes()
1187 {
1188 }
1189
1190 void SvgStyleAttributes::parseStyleAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent)
1190 void SvgStyleAttributes::parseStyleAttribute(const rtl::OUString& /* rTokenName */, SVGToken aSVGToken, const rtl::OUString& aContent)
1191 {
1192 switch(aSVGToken)
1193 {
1194 case SVGTokenFill:
1195 {
1196 SvgPaint aSvgPaint;
1197 rtl::OUString aURL;
1198

--- 1281 unchanged lines hidden ---
1191 {
1192 switch(aSVGToken)
1193 {
1194 case SVGTokenFill:
1195 {
1196 SvgPaint aSvgPaint;
1197 rtl::OUString aURL;
1198

--- 1281 unchanged lines hidden ---