summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/clview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/clview.cxx')
-rw-r--r--sd/source/ui/view/clview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index 312f1697764d..9fff091c0060 100644
--- a/sd/source/ui/view/clview.cxx
+++ b/sd/source/ui/view/clview.cxx
@@ -47,7 +47,7 @@ ClientView::~ClientView()
/**
* If View should not Invalidate() the windows, this method has
- * to be overloaded and properly handled.
+ * to be overridden and properly handled.
*/
void ClientView::InvalidateOneWin(vcl::Window& rWin)
@@ -58,7 +58,7 @@ void ClientView::InvalidateOneWin(vcl::Window& rWin)
/**
* If View should not Invalidate() the windows, this method has
- * to be overloaded and properly handled.
+ * to be overridden and properly handled.
*/
void ClientView::InvalidateOneWin(vcl::Window& rWin, const Rectangle& rRect)