summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl')
-rw-r--r--offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl b/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
index 53525024bf96..d75f2df4b708 100644
--- a/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
+++ b/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
@@ -32,11 +32,11 @@ published interface XBrowseHistoryRegistry: com::sun::star::uno::XInterface
{
/** @deprecated
*/
- [oneway] void updateViewData( [in] any Value );
+ void updateViewData( [in] any Value );
/** @deprecated
*/
- [oneway] void createNewEntry(
+ void createNewEntry(
[in] string URL,
[in] sequence<com::sun::star::beans::PropertyValue> Arguments,
[in] string Title);