Kaydet (Commit) 0ce4389f authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst c4330346
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: mtnotification.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -50,9 +50,10 @@ class MainThreadNotificationRequest ...@@ -50,9 +50,10 @@ class MainThreadNotificationRequest
{ {
OleEmbeddedObject* m_pObject; OleEmbeddedObject* m_pObject;
::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XEmbeddedObject > m_xObject; ::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XEmbeddedObject > m_xObject;
sal_uInt32 m_nAspect;
public: public:
MainThreadNotificationRequest( OleEmbeddedObject* pObj ); MainThreadNotificationRequest( OleEmbeddedObject* pObj, sal_uInt32 nAspect );
static long worker( MainThreadNotificationRequest*, MainThreadNotificationRequest* ); static long worker( MainThreadNotificationRequest*, MainThreadNotificationRequest* );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment