diff options
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/ucb/AnyCompareFactory.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ucb/AnyCompareFactory.idl b/offapi/com/sun/star/ucb/AnyCompareFactory.idl index a38b7e3a6ee5..ef850a53fbb5 100644 --- a/offapi/com/sun/star/ucb/AnyCompareFactory.idl +++ b/offapi/com/sun/star/ucb/AnyCompareFactory.idl @@ -20,6 +20,7 @@ #define __com_sun_star_ucb_AnyCompareFactory_idl__ #include <com/sun/star/ucb/XAnyCompareFactory.idl> +#include <com/sun/star/lang/Locale.idl> module com { module sun { module star { module ucb { @@ -28,7 +29,10 @@ module com { module sun { module star { module ucb { @since OOo 1.1.2 */ -published service AnyCompareFactory : XAnyCompareFactory; +published service AnyCompareFactory : XAnyCompareFactory +{ + createWithLocale([in] com::sun::star::lang::Locale aLocale); +}; }; }; }; }; |