summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/Descriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/Descriptor.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/Descriptor.idl52
1 files changed, 26 insertions, 26 deletions
diff --git a/offapi/com/sun/star/sdbcx/Descriptor.idl b/offapi/com/sun/star/sdbcx/Descriptor.idl
index 0dba8ade4e3c..428b5df84a9d 100644
--- a/offapi/com/sun/star/sdbcx/Descriptor.idl
+++ b/offapi/com/sun/star/sdbcx/Descriptor.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
@@ -24,18 +24,18 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_sdbcx_Descriptor_idl__
-#define __com_sun_star_sdbcx_Descriptor_idl__
-
-#ifndef __com_sun_star_beans_XPropertySet_idl__
-#include <com/sun/star/beans/XPropertySet.idl>
-#endif
-
- module com { module sun { module star { module sdbcx {
-
-
+#ifndef __com_sun_star_sdbcx_Descriptor_idl__
+#define __com_sun_star_sdbcx_Descriptor_idl__
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+ module com { module sun { module star { module sdbcx {
+
+
/** is used to create a new object within a database.
-
+
<p>
A descriptor is commonly created by the container of a specific object, such as, tables or views.
After the creation of the descriptor the properties have to be filled.
@@ -48,20 +48,20 @@
@see com::sun::star::sdbcx::XAppend
*/
published service Descriptor
-{
+{
// gives access to the properties.
- interface com::sun::star::beans::XPropertySet;
-
-
+ interface com::sun::star::beans::XPropertySet;
+
+
/** is the name for the object to create.
*/
- [property] string Name;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*===========================================================================
-===========================================================================*/
-#endif
+ [property] string Name;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif