svgtspannode.cxx (ddde725d) | svgtspannode.cxx (e2bf1e9d) |
---|---|
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 --- 53 unchanged lines hidden (view full) --- 62 // parse own 63 switch(aSVGToken) 64 { 65 case SVGTokenStyle: 66 { 67 maSvgStyleAttributes.readStyle(aContent); 68 break; 69 } | 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 --- 53 unchanged lines hidden (view full) --- 62 // parse own 63 switch(aSVGToken) 64 { 65 case SVGTokenStyle: 66 { 67 maSvgStyleAttributes.readStyle(aContent); 68 break; 69 } |
70 default: 71 { 72 break; 73 } |
|
70 } 71 } 72 73 } // end of namespace svgreader 74} // end of namespace svgio 75 76////////////////////////////////////////////////////////////////////////////// 77// eof | 74 } 75 } 76 77 } // end of namespace svgreader 78} // end of namespace svgio 79 80////////////////////////////////////////////////////////////////////////////// 81// eof |