summaryrefslogtreecommitdiff
path: root/sw/source/core/ole/ndole.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/ole/ndole.cxx')
-rw-r--r--sw/source/core/ole/ndole.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 8cc24529919a..c303f3487bfb 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -86,7 +86,7 @@ public:
virtual void Commit();
void Load();
- void SetInUnload( BOOL bFlag ) { bInUnload = bFlag; }
+ void SetInUnload( BOOL bFlag ) { bInUnload = bFlag; }
using SvPtrarr::Count;
void InsertObj( SwOLEObj& rObj );
@@ -163,17 +163,17 @@ void SAL_CALL SwOLEListener_Impl::disposing( const lang::EventObject& ) throw (u
class SwEmbedObjectLink : public sfx2::SvBaseLink
{
- SwOLENode* pOleNode;
+ SwOLENode* pOleNode;
public:
SwEmbedObjectLink(SwOLENode* pNode);
- virtual ~SwEmbedObjectLink();
+ virtual ~SwEmbedObjectLink();
- virtual void Closed();
- virtual void DataChanged( const String& rMimeType,
+ virtual void Closed();
+ virtual void DataChanged( const String& rMimeType,
const uno::Any & rValue );
- sal_Bool Connect() { return GetRealObject() != NULL; }
+ sal_Bool Connect() { return GetRealObject() != NULL; }
};
// -----------------------------------------------------------------------------
@@ -510,7 +510,7 @@ BOOL SwOLENode::IsOLEObjectDeleted() const
if( aOLEObj.xOLERef.is() )
{
SfxObjectShell* p = GetDoc()->GetPersist();
- if( p ) // muss da sein
+ if( p ) // muss da sein
{
return !p->GetEmbeddedObjectContainer().HasEmbeddedObject( aOLEObj.aName );
//SvInfoObjectRef aRef( p->Find( aOLEObj.aName ) );