summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/configurationprovider.cxx6
-rw-r--r--configmgr/source/services.cxx3
2 files changed, 6 insertions, 3 deletions
diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx
index 5a7ed78d4093..fcb605e42819 100644
--- a/configmgr/source/configurationprovider.cxx
+++ b/configmgr/source/configurationprovider.cxx
@@ -537,8 +537,10 @@ css::uno::Sequence< rtl::OUString > getSupportedServiceNames() {
css::uno::Reference< css::lang::XSingleComponentFactory >
createFactory(
- cppu::ComponentFactoryFunc, rtl::OUString const &,
- css::uno::Sequence< rtl::OUString > const &, rtl_ModuleCount *)
+ SAL_UNUSED_PARAMETER cppu::ComponentFactoryFunc,
+ SAL_UNUSED_PARAMETER rtl::OUString const &,
+ SAL_UNUSED_PARAMETER css::uno::Sequence< rtl::OUString > const &,
+ SAL_UNUSED_PARAMETER rtl_ModuleCount *)
SAL_THROW(())
{
return new Factory;
diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx
index 5c58eb719ac2..656f9d418d9b 100644
--- a/configmgr/source/services.cxx
+++ b/configmgr/source/services.cxx
@@ -51,7 +51,8 @@ namespace {
namespace css = com::sun::star;
css::uno::Reference< css::uno::XInterface > SAL_CALL dummy(
- css::uno::Reference< css::uno::XComponentContext > const &)
+ SAL_UNUSED_PARAMETER css::uno::Reference< css::uno::XComponentContext >
+ const &)
SAL_THROW((css::uno::Exception))
{
assert(false);