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.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl b/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
index a10ae153a2d6..53525024bf96 100644
--- a/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
+++ b/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
@@ -23,21 +23,17 @@
#include <com/sun/star/beans/PropertyValue.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** @deprecated
*/
published interface XBrowseHistoryRegistry: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @deprecated
*/
[oneway] void updateViewData( [in] any Value );
- //-------------------------------------------------------------------------
/** @deprecated
*/
[oneway] void createNewEntry(
@@ -46,7 +42,6 @@ published interface XBrowseHistoryRegistry: com::sun::star::uno::XInterface
[in] string Title);
};
-//=============================================================================
}; }; }; };