summaryrefslogtreecommitdiff
path: root/svx/inc/svx/svdpntv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/svdpntv.hxx')
-rw-r--r--svx/inc/svx/svdpntv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/svdpntv.hxx b/svx/inc/svx/svdpntv.hxx
index 4c75f72fbf7d..30fbcf139ea4 100644
--- a/svx/inc/svx/svdpntv.hxx
+++ b/svx/inc/svx/svdpntv.hxx
@@ -330,7 +330,7 @@ public:
// #i72889# used from CompleteRedraw() implementation internally, added to be able to do a complete redraw in single steps
//
- // BeginCompleteRedraw returns (or even creates) a SdrPaintWindow whcih shall then be used as
+ // BeginCompleteRedraw returns (or even creates) a SdrPaintWindow which shall then be used as
// target for paints. Since paints may be buffered, use it's GetTargetOutputDevice() method which will
// return the buffer in case of bufered.
// DoCompleteRedraw draws the DrawingLayer hierarchy then.