summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrameSetModel.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commit3ed849358bbc4beacb456e3f903b52709d58b1bb (patch)
tree278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/frame/XFrameSetModel.idl
parent3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/frame/XFrameSetModel.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrameSetModel.idl101
1 files changed, 29 insertions, 72 deletions
diff --git a/offapi/com/sun/star/frame/XFrameSetModel.idl b/offapi/com/sun/star/frame/XFrameSetModel.idl
index 98c38724c..ce423efbe 100644
--- a/offapi/com/sun/star/frame/XFrameSetModel.idl
+++ b/offapi/com/sun/star/frame/XFrameSetModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFrameSetModel.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:25 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,76 +58,33 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_frame_XFrameSetModel_idl__
-#define __com_sun_star_frame_XFrameSetModel_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module frame {
-
-//=============================================================================
-
-// DocMerge from xml: interface com::sun::star::frame::XFrameSetModel
-/** This is the main interface for model objects.
-
-
-
-
-
-
-
-
-
-
-
-
-
+#ifndef __com_sun_star_frame_XFrameSetModel_idl__
+#define __com_sun_star_frame_XFrameSetModel_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module frame {
+
+//=============================================================================
+/** use <type>XModel</type> instead of this
@deprecated
*/
interface XFrameSetModel: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
- // DocMerge: empty anyway
- string getSource();
-
- //-------------------------------------------------------------------------
-
- // DocMerge: empty anyway
- void setSource( [in] string Source );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:43:14 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:22 hjs
- initial import
-
- Revision 1.7 2000/09/11 11:52:29 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/23 14:49:56 mi
- missing documentations
-
- Revision 1.2 2000/01/31 09:44:59 mi
- XML syntax for documentation
-
- Revision 1.1.1.1 1999/11/11 09:48:43 jsc
- new
-
-
-=============================================================================*/
-#endif
+{
+ //-------------------------------------------------------------------------
+ string getSource();
+
+ //-------------------------------------------------------------------------
+ void setSource( [in] string Source );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif