summaryrefslogtreecommitdiffstats
path: root/embeddedobj/source/msole/mtnotification.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-13 10:30:47 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-13 10:30:47 +0000
commit0ce4389fe811d03a3d1a836b7bef266011dcd18a (patch)
treeb0817862d51544686f8786e32bd57adeb156cec6 /embeddedobj/source/msole/mtnotification.hxx
parentINTEGRATION: CWS opofxmlstorage (1.7.18); FILE MERGED (diff)
downloadcore-0ce4389fe811d03a3d1a836b7bef266011dcd18a.tar.gz
core-0ce4389fe811d03a3d1a836b7bef266011dcd18a.zip
INTEGRATION: CWS opofxmlstorage (1.2.18); FILE MERGED
2006/05/23 15:11:14 mav 1.2.18.1: #122878# Iconified object replacement image must be handled by the container
Diffstat (limited to 'embeddedobj/source/msole/mtnotification.hxx')
-rw-r--r--embeddedobj/source/msole/mtnotification.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/embeddedobj/source/msole/mtnotification.hxx b/embeddedobj/source/msole/mtnotification.hxx
index 40f11e7c686d..ee8175d43ae6 100644
--- a/embeddedobj/source/msole/mtnotification.hxx
+++ b/embeddedobj/source/msole/mtnotification.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mtnotification.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2006-02-01 19:05:32 $
+ * last change: $Author: obo $ $Date: 2006-10-13 11:30:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,9 +50,10 @@ class MainThreadNotificationRequest
{
OleEmbeddedObject* m_pObject;
::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XEmbeddedObject > m_xObject;
+ sal_uInt32 m_nAspect;
public:
- MainThreadNotificationRequest( OleEmbeddedObject* pObj );
+ MainThreadNotificationRequest( OleEmbeddedObject* pObj, sal_uInt32 nAspect );
static long worker( MainThreadNotificationRequest*, MainThreadNotificationRequest* );