summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/PropertyInfo.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/PropertyInfo.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/configuration/backend/PropertyInfo.idl b/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
index ba2500b37328..02e4672e41a3 100644
--- a/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
+++ b/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
@@ -21,18 +21,15 @@
#define __com_sun_star_configuration_backend_PropertyInfo_idl__
-//=============================================================================
module com { module sun { module star { module configuration { module backend {
-//=============================================================================
/** This structure contains all the information related to a property
@see XLayerContentDescriber
*/
struct PropertyInfo
{
- //-------------------------------------------------------------------------
/** The full name of the Property
* for eg. org.openoffice.Inet/Settings/ooInetHTTPProxyName
*/
@@ -54,7 +51,6 @@ struct PropertyInfo
};
-//=============================================================================
}; }; }; }; };