summaryrefslogtreecommitdiff
path: root/svl/source/notify/cancel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify/cancel.cxx')
-rw-r--r--svl/source/notify/cancel.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svl/source/notify/cancel.cxx b/svl/source/notify/cancel.cxx
index 76ac32d4211d..7b4e7147c326 100644
--- a/svl/source/notify/cancel.cxx
+++ b/svl/source/notify/cancel.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
@@ -43,7 +43,7 @@ namespace { struct lclMutex : public rtl::Static< ::osl::Mutex, lclMutex >{}; }
//=========================================================================
SfxCancelManager::SfxCancelManager( SfxCancelManager *pParent )
-: _pParent( pParent )
+: _pParent( pParent )
{
}
@@ -60,7 +60,7 @@ SfxCancelManager::~SfxCancelManager()
BOOL SfxCancelManager::CanCancel() const
-/* [Beschreibung]
+/* [Beschreibung]
Liefert TRUE wenn an diesem CancelManager oder an einem Parent
ein Job l"auft.
@@ -75,7 +75,7 @@ BOOL SfxCancelManager::CanCancel() const
void SfxCancelManager::Cancel( BOOL bDeep )
-/* [Beschreibung]
+/* [Beschreibung]
Diese Methode markiert alle angemeldeten <SfxCancellable>-Instanzen
als suspendiert.
@@ -95,7 +95,7 @@ void SfxCancelManager::Cancel( BOOL bDeep )
void SfxCancelManager::InsertCancellable( SfxCancellable *pJob )
-/* [Beschreibung]
+/* [Beschreibung]
Diese interne Methode tr"agt 'pJob' in die Liste der unterbrechbaren
Jobs ein und Broadcastet dies. Jeder <SfxCancellable> darf nur
@@ -123,7 +123,7 @@ void SfxCancelManager::InsertCancellable( SfxCancellable *pJob )
void SfxCancelManager::RemoveCancellable( SfxCancellable *pJob )
-/* [Beschreibung]
+/* [Beschreibung]
Diese interne Methode tr"agt 'pJob' aus die Liste der unterbrechbaren
Jobs aus und Broadcastet dies. Dieser Aufruf mu\s paarig nach einem
@@ -157,7 +157,7 @@ SfxCancellable::~SfxCancellable()
void SfxCancellable::Cancel()
-/* [Description]
+/* [Description]
This virtual function is called when the user hits the cancel-button.
If you overload it, you can stop your activities. Please always call