diff options
author | Thorsten Behrens <thb@openoffice.org> | 2002-02-26 11:22:03 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2002-02-26 11:22:03 +0000 |
commit | 8929892ac4010b36a8ee6599c06a44f36b52897d (patch) | |
tree | bcdd090ca3b77642e953aa4da5687b4e9d0f1ad6 /svx/source/unodraw | |
parent | 3bdd5a602298e70596d4b45553d728db6fbef499 (diff) |
#97775# Forgot one member initialization
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unoshtxt.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx index adfaefbc69f9..6ff1a0dfad73 100644 --- a/svx/source/unodraw/unoshtxt.cxx +++ b/svx/source/unodraw/unoshtxt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoshtxt.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: thb $ $Date: 2002-02-25 16:26:50 $ + * last change: $Author: thb $ $Date: 2002-02-26 12:22:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -215,6 +215,7 @@ SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject* pObject ) mpWindow ( NULL ), mpOutliner ( NULL ), mpTextForwarder ( NULL ), + mpViewForwarder ( NULL ), mbDataValid ( FALSE ), mbDestroyed ( FALSE ), mbIsLocked ( FALSE ), @@ -237,6 +238,7 @@ SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject& rObject, SdrView& rView mpWindow ( &rWindow ), mpOutliner ( NULL ), mpTextForwarder ( NULL ), + mpViewForwarder ( NULL ), mbDataValid ( FALSE ), mbDestroyed ( FALSE ), mbIsLocked ( FALSE ), |