diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-14 08:24:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-14 08:24:32 +0000 |
commit | 13a1c9677f83fd0a0023fd310b210c8233c3e6f6 (patch) | |
tree | 82256ddadc8e06def69bf9e89a1d5d675bb914b5 /shell/source | |
parent | 71ec08ff876519ff490ba8a3fb74c49a01b6fdba (diff) |
#i10000# rename m_pTagBuilder to pTagBuilder
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/all/ooofilereader/contentreader.cxx | 6 | ||||
-rw-r--r-- | shell/source/all/ooofilereader/metainforeader.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/shell/source/all/ooofilereader/contentreader.cxx b/shell/source/all/ooofilereader/contentreader.cxx index 5b226c5f3d8b..7a921c1eec1d 100644 --- a/shell/source/all/ooofilereader/contentreader.cxx +++ b/shell/source/all/ooofilereader/contentreader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: contentreader.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-09-08 14:28:49 $ + * last change: $Author: obo $ $Date: 2004-09-14 09:24:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -199,7 +199,7 @@ void CContentReader::start_element( { //get appropriate Xml Tag Builder using MetaInfoBuilderFactory; ITag* pTagBuilder = chooseTagReader( local_name,attributes ); - assert( m_pTagBuilder != NULL ); + assert( pTagBuilder != NULL ); pTagBuilder->startTag( ); m_TagBuilderStack.push( pTagBuilder ); diff --git a/shell/source/all/ooofilereader/metainforeader.cxx b/shell/source/all/ooofilereader/metainforeader.cxx index fc2aebb6e05a..9d5b52d7d2c2 100644 --- a/shell/source/all/ooofilereader/metainforeader.cxx +++ b/shell/source/all/ooofilereader/metainforeader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: metainforeader.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-09-08 14:29:53 $ + * last change: $Author: obo $ $Date: 2004-09-14 09:24:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -263,7 +263,7 @@ void CMetaInfoReader::start_element( { //get appropriate Xml Tag Builder using MetaInfoBuilderFactory; ITag* pTagBuilder = chooseTagReader( local_name,attributes ); - assert( m_pTagBuilder!= NULL ); + assert( pTagBuilder!= NULL ); pTagBuilder->startTag( ); m_TagBuilderStack.push( pTagBuilder ); |