diff options
author | Urs Fässler <urs@bitzgi.ch> | 2013-03-13 17:55:26 +0100 |
---|---|---|
committer | Urs Fässler <urs@bitzgi.ch> | 2013-03-13 17:55:50 +0100 |
commit | c1ba64c2d90dfe73eece410a86f630a0032d0ffe (patch) | |
tree | 936232aadb8fe551ccc523978f1a0fd38c921d18 /sd/source/ui/inc/ClientView.hxx | |
parent | 4cce392ff4e85a425ffa5850de450efe2e4440c9 (diff) |
translation and cleanup of comments in sd/source/ui/inc/
Change-Id: Ib1d1be4364c56e5164afc631c614183f15e20644
Diffstat (limited to 'sd/source/ui/inc/ClientView.hxx')
-rw-r--r-- | sd/source/ui/inc/ClientView.hxx | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sd/source/ui/inc/ClientView.hxx b/sd/source/ui/inc/ClientView.hxx index d25ae2b72893..c3753c0b5b44 100644 --- a/sd/source/ui/inc/ClientView.hxx +++ b/sd/source/ui/inc/ClientView.hxx @@ -26,12 +26,9 @@ namespace sd { class DrawViewShell; -/************************************************************************ -|* -|* Die SdClientView wird fuer DrawDocShell::Draw() verwendet -|* -\************************************************************************/ - +/** + * The SdClientView is used for DrawDocShell::Draw() + */ class ClientView : public DrawView { @@ -44,9 +41,8 @@ public: virtual void CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, sdr::contact::ViewObjectContactRedirector* pRedirector = 0L); - // Wenn die View kein Invalidate() an den Fenstern durchfuehren soll, muss - // man diese beiden folgenden Methoden ueberladen und entsprechend anders - // reagieren. + /* if the view should not do a Invalidate() on the windows, you have to + overload the following two methods and do something different */ virtual void InvalidateOneWin(::Window& rWin); virtual void InvalidateOneWin(::Window& rWin, const Rectangle& rRect); }; |