summaryrefslogtreecommitdiff
path: root/shell/source/all/ooofilereader/contentreader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/all/ooofilereader/contentreader.cxx')
-rw-r--r--shell/source/all/ooofilereader/contentreader.cxx6
1 files changed, 3 insertions, 3 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 );