From ef575c9c1bbc59c9c5f7097094433d1652d1547b Mon Sep 17 00:00:00 2001 From: Phillip Sz Date: Fri, 26 Jun 2015 21:50:32 +0200 Subject: fdo#39468 Translate German Comments - reportdesign fix after review Change-Id: Ie6a665e6e473cb774cfbcc805aeb944de5723639 Reviewed-on: https://gerrit.libreoffice.org/16527 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- reportdesign/inc/RptObject.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx index 0c83c5e93a54..4e270da70b17 100644 --- a/reportdesign/inc/RptObject.hxx +++ b/reportdesign/inc/RptObject.hxx @@ -212,7 +212,7 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoShape() SAL_OVERRIDE; virtual sal_uInt16 GetObjIdentifier() const SAL_OVERRIDE; virtual sal_uInt32 GetObjInventor() const SAL_OVERRIDE; - // Clone() soll eine komplette Kopie des Objektes erzeugen. + // Clone() should make a complete copy of the object. virtual OOle2Obj* Clone() const SAL_OVERRIDE; virtual void initializeOle() SAL_OVERRIDE; -- cgit