summaryrefslogtreecommitdiff
path: root/configmgr/source/backend/binarycache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/backend/binarycache.hxx')
-rw-r--r--configmgr/source/backend/binarycache.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/configmgr/source/backend/binarycache.hxx b/configmgr/source/backend/binarycache.hxx
index 47cfe1a64d..f4506a12b1 100644
--- a/configmgr/source/backend/binarycache.hxx
+++ b/configmgr/source/backend/binarycache.hxx
@@ -50,7 +50,6 @@ namespace configmgr
// -----------------------------------------------------------------------------
class MergedComponentData;
- typedef uno::Reference< lang::XMultiServiceFactory > MultiServiceFactory;
// -----------------------------------------------------------------------------
class BinaryCache
@@ -67,22 +66,22 @@ namespace configmgr
rtl::OUString getCacheFileURL(rtl::OUString const & aComponent) const;
bool readComponentData(MergedComponentData & aComponentData,
- MultiServiceFactory const & aFactory,
+ uno::Reference< lang::XMultiServiceFactory > const & aFactory,
rtl::OUString const & aComponent,
rtl::OUString const & aSchemaVersion,
rtl::OUString const & aEntity,
- localehelper::Locale const & aRequestedLocale,
- localehelper::LocaleSequence & outKnownLocales,
+ com::sun::star::lang::Locale const & aRequestedLocale,
+ std::vector< com::sun::star::lang::Locale > & outKnownLocales,
const uno::Reference<backenduno::XLayer> * pLayers,
sal_Int32 nNumLayers,
bool bIncludeTemplates = true);
bool writeComponentData(MergedComponentData const & aComponentData,
- MultiServiceFactory const & aFactory,
+ uno::Reference< lang::XMultiServiceFactory > const & aFactory,
rtl::OUString const & aComponent,
rtl::OUString const & aSchemaVersion,
rtl::OUString const & aEntity,
- localehelper::LocaleSequence const & aKnownLocales,
+ std::vector< com::sun::star::lang::Locale > const & aKnownLocales,
const uno::Reference<backenduno::XLayer> * pLayers,
sal_Int32 nNumLayers);
private: