summaryrefslogtreecommitdiff
path: root/sw/inc/pausethreadstarting.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/pausethreadstarting.hxx')
-rw-r--r--sw/inc/pausethreadstarting.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/sw/inc/pausethreadstarting.hxx b/sw/inc/pausethreadstarting.hxx
index 606863909406..f3fc2bf7d4df 100644
--- a/sw/inc/pausethreadstarting.hxx
+++ b/sw/inc/pausethreadstarting.hxx
@@ -28,14 +28,12 @@
*/
class SwPauseThreadStarting
{
- public:
+public:
+ SwPauseThreadStarting();
+ ~SwPauseThreadStarting() COVERITY_NOEXCEPT_FALSE;
- SwPauseThreadStarting();
- ~SwPauseThreadStarting() COVERITY_NOEXCEPT_FALSE;
-
- private:
-
- bool mbPausedThreadStarting;
+private:
+ bool mbPausedThreadStarting;
};
#endif