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 BA0119719 for ; Thu, 21 Jun 2012 13:03:25 +0000 (UTC) Received: (qmail 78563 invoked by uid 500); 21 Jun 2012 13:03:25 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 78531 invoked by uid 500); 21 Jun 2012 13:03:25 -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 78523 invoked by uid 99); 21 Jun 2012 13:03:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2012 13:03:25 +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; Thu, 21 Jun 2012 13:03:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 838F8238890B; Thu, 21 Jun 2012 13:03:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1352524 - /incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx Date: Thu, 21 Jun 2012 13:03:02 -0000 To: ooo-commits@incubator.apache.org From: alg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120621130302.838F8238890B@eris.apache.org> Author: alg Date: Thu Jun 21 13:03:01 2012 New Revision: 1352524 URL: http://svn.apache.org/viewvc?rev=1352524&view=rev Log: Corrected CRLF to Unix style Modified: incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx Modified: incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx?rev=1352524&r1=1352523&r2=1352524&view=diff ============================================================================== --- incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx (original) +++ incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx Thu Jun 21 13:03:01 2012 @@ -4634,9 +4634,9 @@ void PPTWriter::ImplWritePage( const PHL mpPptEscherEx->OpenContainer( ESCHER_SpContainer ); ImplCreateShape( nSpType, nSpFlags, aSolverContainer ); - - // #119459# for connector shape, the start point and end point is fixed, and should not be rotated. - mnAngle = 0; + + // #119459# for connector shape, the start point and end point is fixed, and should not be rotated. + mnAngle = 0; } else if ( mType == "drawing.Measure" ) {