summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2007-09-03 05:52:58 -0400
committerJames Cloos <cloos@jhcloos.com>2007-09-03 05:52:58 -0400
commitd423a71baee36fe38eef3c90b6235c9f0cdea0a8 (patch)
treeb6d60c755f5dffb68eb294d07e95f0b7b3bdc597 /.gitignore
parentc2bed1ae605fe3cc9142227719c5ed8759d6e4cb (diff)
Add *~ to .gitignore to skip patch/emacs droppings
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cb1a774..f4e6bd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ config.status
configure
install-sh
missing
+*~
/mimo-6-4 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:44:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit928b8640c0d1a9c49249100efbdd70f8c1090b07 (patch)
treed4f2388c89d137d62bced7b9e8339f964d3632ad /oovbaapi
parent6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff)
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/XExecutableDialog.idl2
1 files changed, 1 insertions, 1 deletions
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 <FALSE/>,
+ cancelling the dialog the implementation will return `FALSE`,
otherwise the return value will contain the expected result.
*/
any execute();