From 017e79ab159e1410055f00e3ba411221c5db34f8 Mon Sep 17 00:00:00 2001 From: Wolfgang Silbermayr Date: Thu, 21 Oct 2010 10:32:34 +0100 Subject: Translate comments into English --- svx/inc/svdibrow.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/inc/svdibrow.hxx') diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx index bca3bddd8e2c..f06e96afc485 100644 --- a/svx/inc/svdibrow.hxx +++ b/svx/inc/svdibrow.hxx @@ -70,7 +70,7 @@ protected: virtual void DoubleClick(const BrowserMouseEvent&); virtual void KeyInput(const KeyEvent& rEvt); virtual void Select(); - virtual void SetDirty(); // wird z.B. bei Modusumschaltungen gerufen + virtual void SetDirty(); // is called for example in mode switches virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex); virtual sal_Int32 GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _rPoint); public: -- cgit