summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/AnyCompareFactory.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-20 13:42:46 +0200
committerNoel Grandin <noel@peralex.com>2013-01-09 08:08:12 +0200
commit2e0d1719f285f293c6a4486895ab69b6d0e51f4c (patch)
treea711f11ecc927a2bb4cf7532b399299187137a5b /offapi/com/sun/star/ucb/AnyCompareFactory.idl
parent6cc2ceadbbb0d18688559ef745912ef86cd29add (diff)
fdo#46808, Add service factory method to ucb::AnyCompareFactory
Change-Id: I18774fabdaf27376898ed661be21a72c6f52410d
Diffstat (limited to 'offapi/com/sun/star/ucb/AnyCompareFactory.idl')
-rw-r--r--offapi/com/sun/star/ucb/AnyCompareFactory.idl6
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);
+};
}; }; }; };