From b13c8de265a6454c4677f52fd9a3440ac3279c51 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 21 Oct 2013 22:43:18 +0200 Subject: FastTokenHandler service should apparently have a default constructor Change-Id: Iad5c4e05832128b5f41860cc4ae96f0472c37491 --- offapi/com/sun/star/xml/sax/FastTokenHandler.idl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/xml/sax/FastTokenHandler.idl b/offapi/com/sun/star/xml/sax/FastTokenHandler.idl index 72d9bf30d26c..eccca85dec4d 100644 --- a/offapi/com/sun/star/xml/sax/FastTokenHandler.idl +++ b/offapi/com/sun/star/xml/sax/FastTokenHandler.idl @@ -24,9 +24,7 @@ module com { module sun { module star { module xml { module sax { -service FastTokenHandler : XFastTokenHandler -{ -}; +service FastTokenHandler : XFastTokenHandler; }; }; }; }; }; -- cgit