Kaydet (Commit) 57e5dfa1 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS dba20 (1.4.66); FILE MERGED

2004/12/13 13:09:55 oj 1.4.66.3: RESYNC: (1.5-1.6); FILE MERGED
2004/11/29 11:25:06 oj 1.4.66.2: RESYNC: (1.4-1.5); FILE MERGED
2004/11/18 11:06:56 fs 1.4.66.1: some less assertions
üst cc5203e4
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: fmdocumentclassification.cxx,v $ * $RCSfile: fmdocumentclassification.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: hr $ $Date: 2004-11-27 13:01:26 $ * last change: $Author: obo $ $Date: 2005-01-05 12:20:38 $
* *
* 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
...@@ -186,6 +186,8 @@ namespace svxform ...@@ -186,6 +186,8 @@ namespace svxform
try try
{ {
Reference< XModel > xDocument( getDocument( _rxFormComponent.get() ) ); Reference< XModel > xDocument( getDocument( _rxFormComponent.get() ) );
if ( !xDocument.is() )
return eUnknownDocumentType;
eType = classifyDocument( xDocument ); eType = classifyDocument( xDocument );
} }
catch( const Exception& ) catch( const Exception& )
......
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