Kaydet (Commit) 4f68ac30 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS oasisbf2 (1.34.62); FILE MERGED

2004/10/29 12:26:36 fs 1.34.62.1: renamed SvXMLStyleContext::aParent to aParentName in the course of #i36117#, to clarify that it's not the DisplayName
üst 1615c2ca
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmlstyle.cxx,v $ * $RCSfile: xmlstyle.cxx,v $
* *
* $Revision: 1.34 $ * $Revision: 1.35 $
* *
* last change: $Author: hr $ $Date: 2004-08-03 13:33:42 $ * last change: $Author: rt $ $Date: 2004-11-26 13:04:53 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -233,7 +233,7 @@ void SvXMLStyleContext::SetAttribute( sal_uInt16 nPrefixKey, ...@@ -233,7 +233,7 @@ void SvXMLStyleContext::SetAttribute( sal_uInt16 nPrefixKey,
} }
else if( IsXMLToken( rLocalName, XML_PARENT_STYLE_NAME ) ) else if( IsXMLToken( rLocalName, XML_PARENT_STYLE_NAME ) )
{ {
aParent = rValue; aParentName = rValue;
} }
else if( IsXMLToken( rLocalName, XML_NEXT_STYLE_NAME ) ) else if( IsXMLToken( rLocalName, XML_NEXT_STYLE_NAME ) )
{ {
......
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