summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XFunctionAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XFunctionAccess.idl')
-rw-r--r--offapi/com/sun/star/sheet/XFunctionAccess.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XFunctionAccess.idl b/offapi/com/sun/star/sheet/XFunctionAccess.idl
index 5c92db936e26..9616ac8390a2 100644
--- a/offapi/com/sun/star/sheet/XFunctionAccess.idl
+++ b/offapi/com/sun/star/sheet/XFunctionAccess.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/NoSuchElementException.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** allows generic access to all spreadsheet functions.
@@ -36,7 +34,6 @@ module com { module sun { module star { module sheet {
*/
published interface XFunctionAccess: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** calls a function and returns the result of the call.
@@ -101,7 +98,6 @@ published interface XFunctionAccess: com::sun::star::uno::XInterface
com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; };