summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-01-31 14:51:19 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-01-31 14:51:19 +0000
commit81c7ae0cca258a612a8598ab8b8b3710e7eba503 (patch)
treeed4cbca197d75faa644b77df622185df83436f8b /dtrans/source/cnttype
parent41c5c7c8e279818daa2fe0f12bef3a97f95dba6b (diff)
toplevel import
Diffstat (limited to 'dtrans/source/cnttype')
-rw-r--r--dtrans/source/cnttype/mcnttype.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/cnttype/mcnttype.cxx b/dtrans/source/cnttype/mcnttype.cxx
index 3601a5260cd2..033ab47adf59 100644
--- a/dtrans/source/cnttype/mcnttype.cxx
+++ b/dtrans/source/cnttype/mcnttype.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mcnttype.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2001-01-31 15:36:57 $
+ * last change: $Author: mh $ $Date: 2001-01-31 15:51:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -434,7 +434,7 @@ void SAL_CALL CMimeContentType::comment( void )
{
if ( isInRange( m_nxtSym, TOKEN + SPACE ) )
getSym( );
- else if ( m_nxtSym, OUString::createFromAscii( ")" ) )
+ else if ( m_nxtSym == OUString::createFromAscii( ")" ) )
break;
else
throw IllegalArgumentException( );