Return-Path: X-Original-To: apmail-openoffice-commits-archive@www.apache.org Delivered-To: apmail-openoffice-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7F091886E for ; Mon, 22 Feb 2016 03:22:16 +0000 (UTC) Received: (qmail 50073 invoked by uid 500); 22 Feb 2016 03:22:16 -0000 Delivered-To: apmail-openoffice-commits-archive@openoffice.apache.org Received: (qmail 50024 invoked by uid 500); 22 Feb 2016 03:22:16 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 50015 invoked by uid 99); 22 Feb 2016 03:22:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2016 03:22:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 22AC01A415D for ; Mon, 22 Feb 2016 03:22:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.671 X-Spam-Level: X-Spam-Status: No, score=0.671 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id HPyO7skVBr3Z for ; Mon, 22 Feb 2016 03:22:15 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 984C15FB0F for ; Mon, 22 Feb 2016 03:22:14 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B7455E00EA for ; Mon, 22 Feb 2016 03:22:13 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B55ED3A0249 for ; Mon, 22 Feb 2016 03:22:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1731586 - /openoffice/branches/gbuild-reintegration/main/offapi/UnoApi_offapi.mk Date: Mon, 22 Feb 2016 03:22:13 -0000 To: commits@openoffice.apache.org From: damjan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160222032213.B55ED3A0249@svn01-us-west.apache.org> Author: damjan Date: Mon Feb 22 03:22:13 2016 New Revision: 1731586 URL: http://svn.apache.org/viewvc?rev=1731586&view=rev Log: Make a header for SystemShellExecute.idl DOESN'T BUILD Patch by: me Modified: openoffice/branches/gbuild-reintegration/main/offapi/UnoApi_offapi.mk Modified: openoffice/branches/gbuild-reintegration/main/offapi/UnoApi_offapi.mk URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/offapi/UnoApi_offapi.mk?rev=1731586&r1=1731585&r2=1731586&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/main/offapi/UnoApi_offapi.mk (original) +++ openoffice/branches/gbuild-reintegration/main/offapi/UnoApi_offapi.mk Mon Feb 22 03:22:13 2016 @@ -143,6 +143,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfil offapi/com/sun/star/sheet/Solver \ offapi/com/sun/star/smarttags/SmartTagAction \ offapi/com/sun/star/smarttags/SmartTagRecognizer \ + offapi/com/sun/star/system/SystemShellExecute \ offapi/com/sun/star/task/InteractionRequestStringResolver \ offapi/com/sun/star/task/OfficeRestartManager \ offapi/com/sun/star/task/PasswordContainerInteractionHandler \ @@ -907,7 +908,6 @@ $(eval $(call gb_UnoApiTarget_add_idlfil offapi/com/sun/star/sync/Synchronizer \ offapi/com/sun/star/system/MailClientFlags \ offapi/com/sun/star/system/SystemMailProvider \ - offapi/com/sun/star/system/SystemShellExecute \ offapi/com/sun/star/table/AccessibleCellView \ offapi/com/sun/star/table/AccessibleTableView \ offapi/com/sun/star/table/Cell \