summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrameLoader.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XFrameLoader.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrameLoader.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl
index dfe9fbd607f6..bc9c8f0d385d 100644
--- a/offapi/com/sun/star/frame/XFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XFrameLoader.idl
@@ -59,7 +59,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
@see XLoadEventListener
*/
- [oneway] void load(
+ void load(
[in] XFrame Frame,
[in] string URL,
[in] sequence< com::sun::star::beans::PropertyValue > Arguments,
@@ -76,7 +76,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
<type>XLoadEventListener</type> here.
</p>
*/
- [oneway] void cancel();
+ void cancel();
};