summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/fieldmaster/DDE.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/fieldmaster/DDE.idl')
-rw-r--r--offapi/com/sun/star/text/fieldmaster/DDE.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/text/fieldmaster/DDE.idl b/offapi/com/sun/star/text/fieldmaster/DDE.idl
index 4161ad3f46b5..7cbcbec89fce 100644
--- a/offapi/com/sun/star/text/fieldmaster/DDE.idl
+++ b/offapi/com/sun/star/text/fieldmaster/DDE.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/text/TextFieldMaster.idl>
#include <com/sun/star/beans/PropertyValues.idl>
-//=============================================================================
module com { module sun { module star { module text { module fieldmaster {
-//=============================================================================
/** specifies service of a DDE field master.
@see com::sun::star::text::TextField
*/
@@ -35,29 +33,23 @@ published service DDE
{
service com::sun::star::text::TextFieldMaster;
- //------------------------------------------------------------------------
/** contains the element string of the DDE command.
*/
[property] string DDECommandElement;
- //------------------------------------------------------------------------
/** contains the file string of the DDE command.
*/
[property] string DDECommandFile;
- //------------------------------------------------------------------------
/** contains the type string of the DDE command.
*/
[property] string DDECommandType;
- //------------------------------------------------------------------------
/** determines whether DDE link is updated automatically.
*/
[property] boolean IsAutomaticUpdate;
- //------------------------------------------------------------------------
/** contains the content.
*/
[optional, property] string Content;
};
-//=============================================================================
}; }; }; }; };