new option -nD

This commit is contained in:
Juergen Schmidt
2001-03-07 13:02:52 +00:00
parent 23daaee520
commit ebf67d916d

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: javatype.cxx,v $ * $RCSfile: javatype.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: jsc $ $Date: 2001-03-06 08:17:55 $ * last change: $Author: jsc $ $Date: 2001-03-07 14:02:52 $
* *
* 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
@@ -1831,6 +1831,9 @@ sal_Bool TypeDefType::dump(JavaOptions* pOptions)
{ {
OString relBaseType(checkRealBaseType(m_typeName)); OString relBaseType(checkRealBaseType(m_typeName));
if ( pOptions->isValid("-nD") )
return sal_True;
return produceType(relBaseType, m_typeMgr, m_dependencies, pOptions); return produceType(relBaseType, m_typeMgr, m_dependencies, pOptions);
} }