summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 14:12:14 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:06 +0200
commitddba7d155d07b9018a9f5bf051b6faa1bdac022b (patch)
tree9b28c72c50b615097448855dccb99957fe8e35dc /offapi/com/sun/star/presentation
parent73d568408a150875b5c6046680f38e6db287c8fa (diff)
*api: convert all unsupported html tags
Only useful ones appear to be <tbody> and <thead> which doxygen doesn't support but we only use those in 3 places so who cares. Change-Id: I374f7d208873a8436fe76e0f800ce18df5b188b3
Diffstat (limited to 'offapi/com/sun/star/presentation')
-rw-r--r--offapi/com/sun/star/presentation/Presentation.idl2
-rw-r--r--offapi/com/sun/star/presentation/XPresentation2.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/presentation/Presentation.idl b/offapi/com/sun/star/presentation/Presentation.idl
index fbff66501aac..6ba0c95bb9c7 100644
--- a/offapi/com/sun/star/presentation/Presentation.idl
+++ b/offapi/com/sun/star/presentation/Presentation.idl
@@ -106,7 +106,7 @@ published service Presentation
/** is the duration of the black screen after the
presentation has finished.
- <p>If this is set to <literal>0</literal>, no black screen is shown.</p>
+ <p>If this is set to <code>0</code>, no black screen is shown.</p>
*/
[property] long Pause;
diff --git a/offapi/com/sun/star/presentation/XPresentation2.idl b/offapi/com/sun/star/presentation/XPresentation2.idl
index f6712362ff6c..fb7b552b1ae2 100644
--- a/offapi/com/sun/star/presentation/XPresentation2.idl
+++ b/offapi/com/sun/star/presentation/XPresentation2.idl
@@ -49,7 +49,7 @@ interface XPresentation2
/** start the slide show with the given arguments.
- All arguments override the values from <service>Presentation</service>
+ All arguments override the values from Presentation.
*/
void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments );