summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrameSetModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XFrameSetModel.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrameSetModel.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/XFrameSetModel.idl b/offapi/com/sun/star/frame/XFrameSetModel.idl
index 1041715d712a..bc17d3fdac8e 100644
--- a/offapi/com/sun/star/frame/XFrameSetModel.idl
+++ b/offapi/com/sun/star/frame/XFrameSetModel.idl
@@ -22,26 +22,21 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** use <type>XModel</type> instead of this
@deprecated
*/
published interface XFrameSetModel: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** - */
string getSource();
- //-------------------------------------------------------------------------
/** - */
void setSource( [in] string Source );
};
-//=============================================================================
}; }; }; };