Kaydet (Commit) f84be069 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sj05 (1.62.4); FILE MERGED

2004/02/13 14:41:51 sj 1.62.4.3: RESYNC: (1.62-1.66); FILE MERGED
2004/02/09 15:14:58 cl 1.62.4.2: #i20484# added new CustomShape ui
2003/12/04 20:14:08 sj 1.62.4.1: not crashing if creating unomodel if there is no docshell
üst bb756950
......@@ -2,9 +2,9 @@
*
* $RCSfile: drawdoc.cxx,v $
*
* $Revision: 1.67 $
* $Revision: 1.68 $
*
* last change: $Author: rt $ $Date: 2004-03-30 15:43:59 $
* last change: $Author: rt $ $Date: 2004-04-02 13:20:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -1761,7 +1761,8 @@ uno::Reference< uno::XInterface > SdDrawDocument::createUnoModel()
try
{
xModel = pDocSh->GetModel();
if ( pDocSh )
xModel = pDocSh->GetModel();
}
catch( uno::RuntimeException& e )
{
......
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