summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/ptqueue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/ptqueue.hxx')
-rw-r--r--sw/source/core/inc/ptqueue.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/ptqueue.hxx b/sw/source/core/inc/ptqueue.hxx
index 04c62873fc5a..a5e40f2e3f77 100644
--- a/sw/source/core/inc/ptqueue.hxx
+++ b/sw/source/core/inc/ptqueue.hxx
@@ -45,10 +45,10 @@ class SwRect;
class SwPaintQueue
{
public:
- static SwQueuedPaint *s_pPaintQueue;
+ static SwQueuedPaint* s_pPaintQueue;
- static void Add( SwViewShell *pSh, const SwRect &rNew );
- static void Remove( SwViewShell const *pSh );
+ static void Add(SwViewShell* pSh, const SwRect& rNew);
+ static void Remove(SwViewShell const* pSh);
static void Repaint();
};