summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/ifinishedthreadlistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/ifinishedthreadlistener.hxx')
-rw-r--r--sw/source/core/inc/ifinishedthreadlistener.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/inc/ifinishedthreadlistener.hxx b/sw/source/core/inc/ifinishedthreadlistener.hxx
index fbf6099f8456..257da22ecf9e 100644
--- a/sw/source/core/inc/ifinishedthreadlistener.hxx
+++ b/sw/source/core/inc/ifinishedthreadlistener.hxx
@@ -25,6 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+
#ifndef _IFINISHEDTHREADLISTENER_HXX
#define _IFINISHEDTHREADLISTENER_HXX
@@ -39,16 +40,14 @@
*/
class IFinishedThreadListener
{
- public:
-
+public:
inline virtual ~IFinishedThreadListener()
{
};
virtual void NotifyAboutFinishedThread( const oslInterlockedCount nThreadID ) = 0;
- protected:
-
+protected:
inline IFinishedThreadListener()
{
};