summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:08:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:08:21 +0000
commitf100d7cb31afa66e2cdf5cf2d17b042ac0056bfb (patch)
treef99f6a0da23cc355338a3bf78a6188c4862f6826 /embeddedobj
parent467a1edf7ac398803ac06a8938715ff24d42b9a9 (diff)
INTEGRATION: CWS fwk88 (1.26.4); FILE MERGED
2008/05/27 15:30:34 mav 1.26.4.1: #i86367# integrate the patch
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/msole/olemisc.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/embeddedobj/source/msole/olemisc.cxx b/embeddedobj/source/msole/olemisc.cxx
index a2786356bf..39bc1c9097 100644
--- a/embeddedobj/source/msole/olemisc.cxx
+++ b/embeddedobj/source/msole/olemisc.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: olemisc.cxx,v $
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
* This file is part of OpenOffice.org.
*
@@ -110,7 +110,7 @@ OleEmbeddedObject::OleEmbeddedObject( const uno::Reference< lang::XMultiServiceF
, m_bFromClipboard( sal_False )
{
}
-
+#ifdef WNT
//------------------------------------------------------
// this constructor let object be initialized from clipboard
OleEmbeddedObject::OleEmbeddedObject( const uno::Reference< lang::XMultiServiceFactory >& xFactory )
@@ -140,7 +140,7 @@ OleEmbeddedObject::OleEmbeddedObject( const uno::Reference< lang::XMultiServiceF
, m_bFromClipboard( sal_True )
{
}
-
+#endif
//------------------------------------------------------
OleEmbeddedObject::~OleEmbeddedObject()
{
@@ -185,7 +185,7 @@ void OleEmbeddedObject::MakeEventListenerNotification_Impl( const ::rtl::OUStrin
}
}
}
-
+#ifdef WNT
//----------------------------------------------
void OleEmbeddedObject::StateChangeNotification_Impl( sal_Bool bBeforeChange, sal_Int32 nOldState, sal_Int32 nNewState )
{
@@ -226,7 +226,7 @@ void OleEmbeddedObject::StateChangeNotification_Impl( sal_Bool bBeforeChange, sa
}
}
}
-
+#endif
//------------------------------------------------------
void OleEmbeddedObject::GetRidOfComponent()
{