summaryrefslogtreecommitdiff
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.idl48
1 files changed, 24 insertions, 24 deletions
diff --git a/offapi/com/sun/star/configuration/backend/PropertyInfo.idl b/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
index 11f5fe6ba142..327934be3949 100644
--- a/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
+++ b/offapi/com/sun/star/configuration/backend/PropertyInfo.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -25,45 +25,45 @@
*
************************************************************************/
-#ifndef __com_sun_star_configuration_backend_PropertyInfo_idl__
-#define __com_sun_star_configuration_backend_PropertyInfo_idl__
-
-
-//=============================================================================
-
-module com { module sun { module star { module configuration { module backend {
-
-//=============================================================================
+#ifndef __com_sun_star_configuration_backend_PropertyInfo_idl__
+#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
*/
string Name;
-
- /** The type of the Property
+
+ /** The type of the Property
*/
string Type;
- /** The value of the property
+ /** The value of the property
*/
any Value;
/** Is the property protected, if true the property can not
- * be over written in later layer.
+ * be over written in later layer.
*/
boolean Protected;
-
-
-};
-
-//=============================================================================
-
-}; }; }; }; };
-
+
+
+};
+
+//=============================================================================
+
+}; }; }; }; };
+
#endif