summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-03-30 02:29:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-02 20:44:39 +0200
commit3893b00efb752942c6517bdf21d0a2cdc8ab14ab (patch)
tree2a7ae6d617997943454ba12e6051f43618ad5435 /offapi/com/sun/star/sheet
parent15f9ca7d5889a3203739edb36db7a6f32a24b6ba (diff)
fdo#46808, Adapt UNO services to new style
Update selected IDL files to use new syntax. Update the makefiles to generate the necessary new include files. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/RecentFunctions.idl10
1 files changed, 1 insertions, 9 deletions
diff --git a/offapi/com/sun/star/sheet/RecentFunctions.idl b/offapi/com/sun/star/sheet/RecentFunctions.idl
index 9bb5a3703d36..59bc17e5142c 100644
--- a/offapi/com/sun/star/sheet/RecentFunctions.idl
+++ b/offapi/com/sun/star/sheet/RecentFunctions.idl
@@ -39,15 +39,7 @@ module com { module sun { module star { module sheet {
/** contains the list of recently used spreadsheet functions.
*/
-published service RecentFunctions
-{
- //-------------------------------------------------------------------------
-
- /** provides access to the list of recently used spreadsheet functions.
- */
- interface com::sun::star::sheet::XRecentFunctions;
-
-};
+published service RecentFunctions : XRecentFunctions;
//=============================================================================