Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50E4E99AD for ; Wed, 13 Jun 2012 13:12:52 +0000 (UTC) Received: (qmail 73382 invoked by uid 500); 13 Jun 2012 13:12:51 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 73267 invoked by uid 500); 13 Jun 2012 13:12:51 -0000 Mailing-List: contact ooo-dev-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-dev@incubator.apache.org Received: (qmail 73248 invoked by uid 99); 13 Jun 2012 13:12:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 13:12:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [87.253.162.5] (HELO server5.configcenter.info) (87.253.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 13:12:41 +0000 Received: from [9.155.131.113] (deibp9eh1--blueice3n2.emea.ibm.com [195.212.29.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: web445p1) by server5.configcenter.info (Postfix) with ESMTP id 6ED5E1BB0C7C for ; Wed, 13 Jun 2012 15:12:16 +0200 (CEST) Message-ID: <4FD891AC.9060805@a-w-f.de> Date: Wed, 13 Jun 2012 15:12:12 +0200 From: Andre Fischer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120604 Thunderbird/13.0 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: =?UTF-8?B?W0NhbGwtZm9yLeKAi+KAi1Jldmlld11bQ+KAi2FsY11UaGUgLng=?= =?UTF-8?B?bHN4IHNhbXBsZSBmaWxlIGlzIG9wZW5lZCB3aXRoIG1vZGlmaWVkIHN0YXRl?= References: <4FD88A00.2060807@a-w-f.de> In-Reply-To: <4FD88A00.2060807@a-w-f.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (server5.configcenter.info [0.0.0.0]); Wed, 13 Jun 2012 15:12:16 +0200 (CEST) X-server5-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 6ED5E1BB0C7C.A3B8A X-server5-MailScanner: Found to be clean X-server5-MailScanner-From: af@a-w-f.de X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No Done. Thanks for the good work. -Andre On 13.06.2012 14:39, Andre Fischer wrote: > I will take care of this one. > > -Andre > > On 13.06.2012 08:49, Clarence GUO wrote: >> Hi~ >> I'm Clarence, a developer from Symphony project. My area is chart2, >> and sc, >> sd, svx, sfx2, vcl... >> >> I uploaded a patch for review. >> https://issues.apache.org/ooo/show_bug.cgi?id=119492 >> >> Open the .xlsx sample file attached. >> Check the state of the Save button on toolbar. It will be enabled. >> Close the file without any change, a dialog will popup to ask whether you >> want to save the change. >> >> Root Cause: >> chart was set modify flag to true during loading. >> >> Solution: >> Reset all OLE's modify flag to false at the end of ImportFrom. It's the >> major filer method of MSOffice2010. As SD has the same problem(SW doesn't >> support import chart of MSOffice2010 yet), ImportFrom is the joint >> entry of >> the three applications, and MS2003 and ODF have no such problem, so it >> should the correct place to reset the flag. >> >