diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2017-01-18 20:05:40 -0500 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2017-01-19 01:45:08 +0000 |
commit | bbf40e3b5d06bd1437b097ed2703179026d1e871 (patch) | |
tree | 2abeb474c0edc1dda54740f7085a9056efdc7be2 /offapi | |
parent | acbcec11940d245aabed93ca756ef9462e06f192 (diff) |
Use the old-fashion way to instantiate a UNO service.
Change-Id: Ibc5c55dbe9c4c5101ebb292696f79e4e8c8a35c5
Reviewed-on: https://gerrit.libreoffice.org/33293
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/packages/zip/ZipFileAccess.idl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/offapi/com/sun/star/packages/zip/ZipFileAccess.idl b/offapi/com/sun/star/packages/zip/ZipFileAccess.idl index 7677c9418d06..6d54509b5670 100644 --- a/offapi/com/sun/star/packages/zip/ZipFileAccess.idl +++ b/offapi/com/sun/star/packages/zip/ZipFileAccess.idl @@ -23,7 +23,7 @@ #include <com/sun/star/packages/zip/ZipException.idl> #include <com/sun/star/ucb/ContentCreationException.idl> #include <com/sun/star/ucb/InteractiveIOException.idl> -#include <com/sun/star/beans/NamedValue.idl> + module com { module sun { module star { module packages { module zip { @@ -38,12 +38,6 @@ service ZipFileAccess : XZipFileAccess2 com::sun::star::ucb::ContentCreationException, com::sun::star::ucb::InteractiveIOException, com::sun::star::packages::zip::ZipException ); - - createWithArguments( [in] sequence<com::sun::star::beans::NamedValue> args ) - raises ( com::sun::star::io::IOException, - com::sun::star::ucb::ContentCreationException, - com::sun::star::ucb::InteractiveIOException, - com::sun::star::packages::zip::ZipException ); }; |