Kaydet (Commit) 4e251c5e authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba30b (1.33.322); FILE MERGED

2008/04/15 22:02:29 fs 1.33.322.2: RESYNC: (1.33-1.34); FILE MERGED
2008/02/26 08:38:03 fs 1.33.322.1: #i86263# #i85993# handler for when the forms collection has been created
üst 1691f31a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: fmpgeimp.cxx,v $ * $RCSfile: fmpgeimp.cxx,v $
* $Revision: 1.34 $ * $Revision: 1.35 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -150,6 +150,11 @@ const Reference< XNameContainer >& FmFormPageImpl::getForms( bool _bForceCreate ...@@ -150,6 +150,11 @@ const Reference< XNameContainer >& FmFormPageImpl::getForms( bool _bForceCreate
); );
DBG_ASSERT( m_xForms.is(), "FmFormPageImpl::getForms: could not create a forms collection!" ); DBG_ASSERT( m_xForms.is(), "FmFormPageImpl::getForms: could not create a forms collection!" );
if ( m_aFormsCreationHdl.IsSet() )
{
m_aFormsCreationHdl.Call( this );
}
FmFormModel* pFormsModel = pPage ? PTR_CAST( FmFormModel, pPage->GetModel() ) : NULL; FmFormModel* pFormsModel = pPage ? PTR_CAST( FmFormModel, pPage->GetModel() ) : NULL;
// give the newly created collection a place in the universe // give the newly created collection a place in the universe
......
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