summaryrefslogtreecommitdiff
path: root/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/overlay/overlaymanagerbuffered.cxx')
-rw-r--r--svx/source/sdr/overlay/overlaymanagerbuffered.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/overlay/overlaymanagerbuffered.cxx b/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
index 65f6cfbf4c39..6b3def9d6f9c 100644
--- a/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
+++ b/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
@@ -169,7 +169,7 @@ namespace sdr
vcl::Region aPaintRegionPixel = rWindow.LogicToPixel(rWindow.GetPaintRegion());
aRegion.Intersect(aPaintRegionPixel);
- // #i72754# Make sure content is completetly rendered, the window
+ // #i72754# Make sure content is completely rendered, the window
// will be used as source of a DrawOutDev soon
rWindow.Flush();
}
@@ -336,7 +336,7 @@ namespace sdr
}
// VCL hack for transparent child windows
- // Problem is e.g. a radiobuttion form control in life mode. The used window
+ // Problem is e.g. a radiobutton form control in life mode. The used window
// is a transparence vcl childwindow. This flag only allows the parent window to
// paint into the child windows area, but there is no mechanism which takes
// care for a repaint of the child window. A transparent child window is NOT