From 518c769ca31c3fcc5f164ff604ce8c83983b7f12 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Thu, 21 Apr 2011 16:51:03 +0200 Subject: Translate german code comments Translate some german code comments to english! This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/inc/conarc.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/inc/conarc.hxx') diff --git a/sw/source/ui/inc/conarc.hxx b/sw/source/ui/inc/conarc.hxx index 5b8241e31c04..c2d20960e810 100644 --- a/sw/source/ui/inc/conarc.hxx +++ b/sw/source/ui/inc/conarc.hxx @@ -32,7 +32,7 @@ /************************************************************************* |* -|* Rechteck zeichnen +|* draw rectangle |* \************************************************************************/ @@ -48,7 +48,7 @@ public: virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); - virtual void Activate(const sal_uInt16 nSlotId); // Funktion aktivieren + virtual void Activate(const sal_uInt16 nSlotId); // activate function virtual void Deactivate(); }; -- cgit