summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc/oleembobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/inc/oleembobj.hxx')
-rw-r--r--embeddedobj/source/inc/oleembobj.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx
index 8d34e8fbce5b..bdf175e4a7fb 100644
--- a/embeddedobj/source/inc/oleembobj.hxx
+++ b/embeddedobj/source/inc/oleembobj.hxx
@@ -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
@@ -55,7 +55,7 @@ namespace cppu {
class VerbExecutionController
{
// the following mutex is allowed to be locked only for variables initialization, so no deadlock can be caused
- ::osl::Mutex m_aVerbExecutionMutex;
+ ::osl::Mutex m_aVerbExecutionMutex;
sal_Bool m_bVerbExecutionInProgress;
oslThreadIdentifier m_nVerbExecutionThreadIdentifier;
@@ -116,9 +116,9 @@ class OleEmbeddedObject : public ::cppu::WeakImplHelper5
{
friend class OleComponent;
- ::osl::Mutex m_aMutex;
+ ::osl::Mutex m_aMutex;
- OleComponent* m_pOleComponent;
+ OleComponent* m_pOleComponent;
::cppu::OMultiTypeInterfaceContainerHelper* m_pInterfaceContainer;
@@ -180,7 +180,7 @@ class OleEmbeddedObject : public ::cppu::WeakImplHelper5
::rtl::OUString m_aLinkURL; // ???
// points to own view provider if the the object has no server
- OwnView_Impl* m_pOwnView;
+ OwnView_Impl* m_pOwnView;
// whether the object should be initialized from clipboard in case of default initialization
sal_Bool m_bFromClipboard;
@@ -192,7 +192,7 @@ class OleEmbeddedObject : public ::cppu::WeakImplHelper5
// STAMPIT solution
// the following member is used during verb execution to detect whether the verb execution modifies the object
VerbExecutionController m_aVerbExecutionController;
-
+
// if the following member is set, the object works in wrapper mode
::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject > m_xWrappedObject;
sal_Bool m_bTriedConversion;