From 928b8640c0d1a9c49249100efbdd70f8c1090b07 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 28 Apr 2013 00:44:31 +0200 Subject: *api: convert sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201 --- oovbaapi/ooo/vba/XExecutableDialog.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oovbaapi/ooo') diff --git a/oovbaapi/ooo/vba/XExecutableDialog.idl b/oovbaapi/ooo/vba/XExecutableDialog.idl index a4a93e55397e..6a6e5c77c0dd 100644 --- a/oovbaapi/ooo/vba/XExecutableDialog.idl +++ b/oovbaapi/ooo/vba/XExecutableDialog.idl @@ -34,7 +34,7 @@ interface XExecutableDialog @return The return value is dependent on the calling context. Usually, on - cancelling the dialog the implementation will return , + cancelling the dialog the implementation will return `FALSE`, otherwise the return value will contain the expected result. */ any execute(); -- cgit