summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/tools/XViewAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/tools/XViewAccess.idl')
-rw-r--r--offapi/com/sun/star/sdb/tools/XViewAccess.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdb/tools/XViewAccess.idl b/offapi/com/sun/star/sdb/tools/XViewAccess.idl
index 0337567dab5a..5a7b4fb9a873 100644
--- a/offapi/com/sun/star/sdb/tools/XViewAccess.idl
+++ b/offapi/com/sun/star/sdb/tools/XViewAccess.idl
@@ -25,11 +25,8 @@
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module sdb { module tools {
-//=============================================================================
-//-----------------------------------------------------------------------------
/** allows to fetch and to change the sql statements of views
@see com::sun::star::sdb::DataSource::Settings
@@ -63,9 +60,7 @@ interface XViewAccess
void alterCommand( [in] com::sun::star::beans::XPropertySet view, [in] string command)
raises ( com::sun::star::sdbc::SQLException );
};
-//=============================================================================
}; }; }; }; };
-//=============================================================================
#endif