diff options
Diffstat (limited to 'sc/source/ui/inc/tabview.hxx')
-rw-r--r-- | sc/source/ui/inc/tabview.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx index 9f60f9b6eeb0..2a7e67994b74 100644 --- a/sc/source/ui/inc/tabview.hxx +++ b/sc/source/ui/inc/tabview.hxx @@ -333,7 +333,7 @@ public: bool SelMouseButtonDown( const MouseEvent& rMEvt ); ScDrawView* GetScDrawView() { return pDrawView; } - // gegen CLOKs + // against CLOKs SdrView* GetSdrView() { return pDrawView; } bool IsMinimized() const { return bMinimized; } @@ -454,7 +454,7 @@ public: void ScrollToObject( SdrObject* pDrawObj ); void MakeVisible( const tools::Rectangle& rHMMRect ); - // Zeichnen + // Drawing void PaintArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, ScUpdateMode eMode = ScUpdateMode::All ); |