Fixed: Create m_xImpl in default ctor of class Content, too.
This commit is contained in:
parent
efc8a3627c
commit
b1769745fe
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: content.cxx,v $
|
||||
*
|
||||
* $Revision: 1.1.1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2000-09-18 17:03:37 $
|
||||
* last change: $Author: kso $ $Date: 2000-10-10 14:18:47 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -164,6 +164,7 @@ class Content_Impl : public vos::OReference
|
|||
sal_Int32 m_aCommandId;
|
||||
|
||||
public:
|
||||
Content_Impl() {};
|
||||
inline Content_Impl( const Reference< XMultiServiceFactory >& rSMgr,
|
||||
const Reference< XContent >& rContent,
|
||||
const Reference< XCommandEnvironment >& rEnv );
|
||||
|
@ -200,6 +201,7 @@ inline Content_Impl::Content_Impl(
|
|||
//=========================================================================
|
||||
|
||||
Content::Content()
|
||||
: m_xImpl( new Content_Impl )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue