diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:06:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:03 +0200 |
commit | f3db7d1abb1d010a331b26793c3a3788eb8ba2cf (patch) | |
tree | 69ee020d169f253bd7a14d75185357515db4cce0 /offapi/com/sun/star/drawing | |
parent | 4718949d417dd5297073997546e04ecf300b0479 (diff) |
*api: convert <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<][^)]\+\)</method>,\1::\2(),g'
Change-Id: I7ceb805d67a79c297fb5f044a8fb226ec2fb366c
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r-- | offapi/com/sun/star/drawing/XGraphicExportFilter.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/XGraphicExportFilter.idl b/offapi/com/sun/star/drawing/XGraphicExportFilter.idl index 9c0b214d647f..25f61ef0bf59 100644 --- a/offapi/com/sun/star/drawing/XGraphicExportFilter.idl +++ b/offapi/com/sun/star/drawing/XGraphicExportFilter.idl @@ -32,7 +32,7 @@ */ published interface XGraphicExportFilter { - /** calling <method scope="com::sun::star::document">XFilter::filter</method> + /** calling com::sun::star::document::XFilter::filter() starts the export of the graphic file. <p>The following properties from the |