diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-25 08:21:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-25 08:21:28 +0000 |
commit | 4b27a4233bbc7bbbd365e67e3f86c956b809cae4 (patch) | |
tree | f0aafab98a939f137180ba39c80c5893697428c6 /embeddedobj | |
parent | 0952063713e31e9be7ce3dadd871ae2a4fe7c98b (diff) |
INTEGRATION: CWS mav16 (1.12.2); FILE MERGED
2005/02/09 12:37:45 mav 1.12.2.1: #i41990# no possibility to activate object during activation
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/inc/commonembobj.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx index 208121b5c832..e351fce9688c 100644 --- a/embeddedobj/source/inc/commonembobj.hxx +++ b/embeddedobj/source/inc/commonembobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: commonembobj.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-01-31 09:02:03 $ + * last change: $Author: vg $ $Date: 2005-02-25 09:21:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -166,6 +166,7 @@ protected: sal_Bool m_bClosed; sal_Int32 m_nObjectState; + sal_Int32 m_nTargetState; // should be -1 exept during state changing sal_Int32 m_nUpdateMode; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory; |