diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:02:01 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:03 +0200 |
commit | 4718949d417dd5297073997546e04ecf300b0479 (patch) | |
tree | 9facb5c48de936ea52c58812e327feda55849854 /offapi/com/sun/star/drawing | |
parent | b235412d8f84e98dc457894228a357ab0c65f6d0 (diff) |
*api: convert <method>
sed -i "s,<method>\([a-z][^<]\+\)</method>,\1,g"
Change-Id: I9483d63cce4afd168d47a465b367aed3da45d64b
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r-- | offapi/com/sun/star/drawing/XSlidePreviewCache.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/XSlidePreviewCache.idl b/offapi/com/sun/star/drawing/XSlidePreviewCache.idl index 66a81e383e1d..f2692a9870cf 100644 --- a/offapi/com/sun/star/drawing/XSlidePreviewCache.idl +++ b/offapi/com/sun/star/drawing/XSlidePreviewCache.idl @@ -92,7 +92,7 @@ interface XSlidePreviewCache void removePreviewCreationNotifyListener ([in] XSlidePreviewCacheListener xListener); /** Stop the asynchronous creation of previews temporarily. - Call <method>resume()</method> to restart it. + Call resume() to restart it. */ void pause (); diff --git a/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl b/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl index dc96b04d578b..346bc8bcf0ef 100644 --- a/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl +++ b/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module drawing { /** Listener for asynchronous preview creations. Called when a slide preview has been created that was previously requested via a call to <method>XSlidePreviewCache::getSlidePreview()</method>. The - implementor may then call <method>getSlidePreview()</method> a second + implementor may then call getSlidePreview() a second time to get the up-to-date version of the preview. */ interface XSlidePreviewCacheListener |