summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/status/Template.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/status/Template.idl')
-rw-r--r--offapi/com/sun/star/frame/status/Template.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/status/Template.idl b/offapi/com/sun/star/frame/status/Template.idl
index 7772194636c4..e9e688eb1363 100644
--- a/offapi/com/sun/star/frame/status/Template.idl
+++ b/offapi/com/sun/star/frame/status/Template.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_frame_status_Template_idl__
-//=============================================================================
module com { module sun { module star { module frame { module status {
-//=============================================================================
/** contains an association between a style name and a value.
@@ -32,20 +30,17 @@ module com { module sun { module star { module frame { module status {
*/
struct Template
{
- //-------------------------------------------------------------------------
/** specifies a style name.
*/
string StyleName;
- //-------------------------------------------------------------------------
/** specifies a value that is bound to the style name.
*/
long Value;
};
-//=============================================================================
}; }; }; }; };