summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc/commonembobj.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-25 08:21:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-25 08:21:28 +0000
commit4b27a4233bbc7bbbd365e67e3f86c956b809cae4 (patch)
treef0aafab98a939f137180ba39c80c5893697428c6 /embeddedobj/source/inc/commonembobj.hxx
parent0952063713e31e9be7ce3dadd871ae2a4fe7c98b (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/source/inc/commonembobj.hxx')
-rw-r--r--embeddedobj/source/inc/commonembobj.hxx5
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;