Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59200DFA3 for ; Mon, 24 Sep 2012 16:26:47 +0000 (UTC) Received: (qmail 1643 invoked by uid 500); 24 Sep 2012 16:26:47 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 1609 invoked by uid 500); 24 Sep 2012 16:26:47 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 1601 invoked by uid 99); 24 Sep 2012 16:26:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 16:26:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 16:26:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 371B223888E3; Mon, 24 Sep 2012 16:26:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1389474 - /incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx Date: Mon, 24 Sep 2012 16:26:03 -0000 To: ooo-commits@incubator.apache.org From: alg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120924162603.371B223888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: alg Date: Mon Sep 24 16:26:02 2012 New Revision: 1389474 URL: http://svn.apache.org/viewvc?rev=1389474&view=rev Log: #119920# corrected typo Modified: incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx Modified: incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx?rev=1389474&r1=1389473&r2=1389474&view=diff ============================================================================== --- incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx (original) +++ incubator/ooo/trunk/main/oox/source/drawingml/shape.cxx Mon Sep 24 16:26:02 2012 @@ -476,7 +476,7 @@ Reference< XShape > Shape::createAndInse if ( mbFlipV ) mpCustomShapePropertiesPtr->setMirroredY( sal_True ); - // #119920 Handle missing text rotation + // #119920# Handle missing text rotation if(getTextBody()) { const sal_Int32 nTextRotation(getTextBody()->getTextProperties().moRotation.get(0));