diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 12:54:26 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-13 15:15:34 +0100 |
commit | eedafe6e5c1c1f598170e6349c29ed19437d1f8c (patch) | |
tree | f4b2dc05c217ce6cae998bb1adb04968c4e44fe4 /desktop/source/migration/services | |
parent | fddcbd5d28bb58993ee3d210f1d11e57c70a8894 (diff) |
tdf#123936 Formatting files in module desktop with clang-format
Change-Id: I39856d77a2ef506612b68fccfd0ba9c9d6b1debc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105661
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'desktop/source/migration/services')
-rw-r--r-- | desktop/source/migration/services/jvmfwk.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/source/migration/services/jvmfwk.hxx b/desktop/source/migration/services/jvmfwk.hxx index 53495c93590e..63ec7e71798d 100644 --- a/desktop/source/migration/services/jvmfwk.hxx +++ b/desktop/source/migration/services/jvmfwk.hxx @@ -22,13 +22,11 @@ #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.hxx> - namespace migration { - OUString jvmfwk_getImplementationName(); -css::uno::Sequence< OUString > jvmfwk_getSupportedServiceNames(); +css::uno::Sequence<OUString> jvmfwk_getSupportedServiceNames(); } //end blind namespace |