diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:38:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:38:39 +0000 |
commit | 84604a2b6e3a4d64627c5f9a0a8406690e8eb31b (patch) | |
tree | f29804c0086b4e94c3a9bb9c63bbedb29d6cfc48 /embedserv | |
parent | cca417f1bd5da238e0affc656db1b2c0fccead82 (diff) |
INTEGRATION: CWS fwk46 (1.19.4); FILE MERGED
2006/08/18 12:33:20 mav 1.19.4.1: #i64905# fix reentrance problem
Diffstat (limited to 'embedserv')
-rwxr-xr-x | embedserv/source/embed/ed_ipersiststr.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embedserv/source/embed/ed_ipersiststr.cxx b/embedserv/source/embed/ed_ipersiststr.cxx index d40188326a92..063eb920cab7 100755 --- a/embedserv/source/embed/ed_ipersiststr.cxx +++ b/embedserv/source/embed/ed_ipersiststr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ed_ipersiststr.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: vg $ $Date: 2006-09-25 13:30:01 $ + * last change: $Author: kz $ $Date: 2006-10-06 10:38:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -221,6 +221,7 @@ EmbedDocument_Impl::EmbedDocument_Impl( const uno::Reference< lang::XMultiServic , m_bIsDirty( sal_False ) , m_nAdviseNum( 0 ) , m_xOwnAccess( new EmbeddedDocumentInstanceAccess_Impl( this ) ) +, m_bIsInVerbHandling( sal_False ) //, m_bLoadedFromFile( sal_False ) { m_pDocHolder = new DocumentHolder( xFactory, m_xOwnAccess ); |