diff options
Diffstat (limited to 'configmgr/source/defaultprovider.hxx')
-rw-r--r-- | configmgr/source/defaultprovider.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/configmgr/source/defaultprovider.hxx b/configmgr/source/defaultprovider.hxx index 7c5af3100cdf..d20ba200beaf 100644 --- a/configmgr/source/defaultprovider.hxx +++ b/configmgr/source/defaultprovider.hxx @@ -23,13 +23,11 @@ #include <com/sun/star/uno/Sequence.hxx> -namespace configmgr::default_provider { - +namespace configmgr::default_provider +{ OUString getImplementationName(); -css::uno::Sequence< OUString > -getSupportedServiceNames(); - +css::uno::Sequence<OUString> getSupportedServiceNames(); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |