summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:22:03 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:22:03 +0000
commitb496965326654517133a9541cea3d45cc6698512 (patch)
treecd6b559874e8e35a9dca0191e6dd70172e5d310f /embeddedobj
parent76e46e4845d7566734ae1693b9e0621376a9f5fc (diff)
INTEGRATION: CWS sb59 (1.7.42); FILE MERGED
2006/08/29 14:08:20 sb 1.7.42.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/msole/graphconvert.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/embeddedobj/source/msole/graphconvert.cxx b/embeddedobj/source/msole/graphconvert.cxx
index 3efff2c4dbaf..15f8a6697df9 100644
--- a/embeddedobj/source/msole/graphconvert.cxx
+++ b/embeddedobj/source/msole/graphconvert.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: graphconvert.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:43:49 $
+ * last change: $Author: obo $ $Date: 2006-10-12 11:22:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -124,7 +124,7 @@ void MainThreadNotificationRequest::mainThreadWorkerStart( MainThreadNotificatio
Application::PostUserEvent( STATIC_LINK( NULL, MainThreadNotificationRequest, worker ), pMTRequest );
}
-IMPL_STATIC_LINK( MainThreadNotificationRequest, worker, MainThreadNotificationRequest*, pMTRequest )
+IMPL_STATIC_LINK_NOINSTANCE( MainThreadNotificationRequest, worker, MainThreadNotificationRequest*, pMTRequest )
{
if ( pMTRequest )
{