summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/vba/XVBAMacroResolver.idl')
-rw-r--r--offapi/com/sun/star/script/vba/XVBAMacroResolver.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl b/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
index fcfe6b7cf9f3..904f19eb288a 100644
--- a/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
+++ b/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
@@ -22,17 +22,14 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module script { module vba {
-//=============================================================================
/** Converts VBA macro names to script URLs and vice versa.
*/
interface XVBAMacroResolver
{
- //-------------------------------------------------------------------------
/** Returns the script URL representing the passed VBA macro name.
@@ -57,7 +54,6 @@ interface XVBAMacroResolver
string resolveVBAMacroToScriptURL( [in] string aVBAMacroName )
raises (::com::sun::star::lang::IllegalArgumentException);
- //-------------------------------------------------------------------------
/** Returns the VBA macro name for a macro with the passed script URL.
@@ -74,14 +70,11 @@ interface XVBAMacroResolver
string resolveScriptURLtoVBAMacro( [in] string aScriptURL )
raises (::com::sun::star::lang::IllegalArgumentException);
- //-------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; }; };
-//=============================================================================
#endif