summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-25 08:21:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-25 08:21:40 +0000
commitc16df502950cdf068fc30222aee2e88846edce51 (patch)
treef55efc3ca68460b094e5ec4058dcca37952d159e
parent4b27a4233bbc7bbbd365e67e3f86c956b809cae4 (diff)
INTEGRATION: CWS mav16 (1.13.2); FILE MERGED
2005/02/09 12:37:45 mav 1.13.2.1: #i41990# no possibility to activate object during activation
-rw-r--r--embeddedobj/source/inc/oleembobj.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx
index 2d6916388748..c9427e2da506 100644
--- a/embeddedobj/source/inc/oleembobj.hxx
+++ b/embeddedobj/source/inc/oleembobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: oleembobj.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 09:02:18 $
+ * last change: $Author: vg $ $Date: 2005-02-25 09:21:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,6 +130,7 @@ class OleEmbeddedObject : public ::cppu::WeakImplHelper3
sal_Int32 m_bDisposed;
sal_Int32 m_nObjectState;
+ sal_Int32 m_nTargetState;
sal_Int32 m_nUpdateMode;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory;