Return-Path: Received: from localhost (localhost) by oosvn01. (8.13.8+Sun/8.13.8) id n2DCvxrQ004525; Fri, 13 Mar 2009 12:57:59 GMT Date: Fri, 13 Mar 2009 12:57:59 GMT From: Mail Delivery Subsystem Message-Id: <200903131257.n2DCvxrQ004525@oosvn01.> To: Subject: Returned mail: see transcript for details Auto-Submitted: auto-generated (failure) MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="n2DCvxrQ004525.1236949079/oosvn01." This is a MIME-encapsulated message --n2DCvxrQ004525.1236949079/oosvn01. The original message was received at Fri, 13 Mar 2009 12:57:59 GMT from localhost [127.0.0.1] ----- The following addresses had permanent fatal errors ----- (reason: 554 cylon2.sjc.collab.net) ----- Transcript of session follows ----- ... while talking to cylon1.sjc.collab.net.: <<< 554 cylon1.sjc.collab.net ... while talking to cylon2.sjc.collab.net.: <<< 554 cylon2.sjc.collab.net 554 5.0.0 Service unavailable --n2DCvxrQ004525.1236949079/oosvn01. Content-Type: message/delivery-status Reporting-MTA: dns; oosvn01. Received-From-MTA: DNS; localhost Arrival-Date: Fri, 13 Mar 2009 12:57:59 GMT Final-Recipient: RFC822; allsvn@openoffice.org Action: failed Status: 5.5.0 Diagnostic-Code: SMTP; 554 cylon2.sjc.collab.net Last-Attempt-Date: Fri, 13 Mar 2009 12:57:59 GMT --n2DCvxrQ004525.1236949079/oosvn01. Content-Type: message/rfc822 Return-Path: Received: from oosvn01. (localhost [127.0.0.1]) by oosvn01. (8.13.8+Sun/8.13.8) with ESMTP id n2DCvxrQ004523 for ; Fri, 13 Mar 2009 12:57:59 GMT Received: (from svn@localhost) by oosvn01. (8.13.8+Sun/8.13.8/Submit) id n2DCvxq2004514 for allsvn@openoffice.org; Fri, 13 Mar 2009 12:57:59 GMT Date: Fri, 13 Mar 2009 12:57:59 GMT Message-Id: <200903131257.n2DCvxq2004514@oosvn01.> X-Authentication-Warning: oosvn01.: svn set sender to cedricbosdo@openoffice.org using -f From: cedricbosdo@openoffice.org To: allsvn@openoffice.org Subject: r269477 - cws/writerfilter32bugfixes01/writerfilter/source/dmapper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: cedricbosdo Date: Fri Mar 13 12:57:58 2009 New Revision: 269477 Log: Added the missing headers Modified: cws/writerfilter32bugfixes01/writerfilter/source/dmapper/GraphicHelpers.cxx cws/writerfilter32bugfixes01/writerfilter/source/dmapper/GraphicHelpers.hxx cws/writerfilter32bugfixes01/writerfilter/source/dmapper/PageBordersHandler.cxx cws/writerfilter32bugfixes01/writerfilter/source/dmapper/PageBordersHandler.hxx cws/writerfilter32bugfixes01/writerfilter/source/dmapper/SettingsTable.cxx cws/writerfilter32bugfixes01/writerfilter/source/dmapper/SettingsTable.hxx cws/writerfilter32bugfixes01/writerfilter/source/dmapper/TblStylePrHandler.cxx cws/writerfilter32bugfixes01/writerfilter/source/dmapper/TblStylePrHandler.hxx Modified: cws/writerfilter32bugfixes01/writerfilter/source/dmapper/GraphicHelpers.cxx ============================================================================== --- cws/writerfilter32bugfixes01/writerfilter/source/dmapper/GraphicHelpers.cxx Fri Mar 13 12:43:54 2009 (r269476) +++ cws/writerfilter32bugfixes01/writerfilter/source/dmapper/GraphicHelpers.cxx Fri Mar 13 12:57:58 2009 (r269477) @@ -1,3 +1,32 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: FontTable.cxx,v $ + * $Revision: 1.9 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * + * for a copy of the LGPLv3 License. + * + ************************************************************************/ #include "ConversionHelper.hxx" #include "GraphicHelpers.hxx" ...