diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-21 22:43:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-21 22:57:10 +0200 |
commit | b13c8de265a6454c4677f52fd9a3440ac3279c51 (patch) | |
tree | 77fc94aea1bdaad81cc9f7ba9d73547f58c111c6 /offapi/com | |
parent | aeac64441c4525f7a16f29bf6081ffb86f437478 (diff) |
FastTokenHandler service should apparently have a default constructor
Change-Id: Iad5c4e05832128b5f41860cc4ae96f0472c37491
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/xml/sax/FastTokenHandler.idl | 4 |
1 files changed, 1 insertions, 3 deletions
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; }; }; }; }; }; |