diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-12-28 12:43:31 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-30 18:48:24 +0000 |
commit | a29bd2dabb194c57be28d48ccc08c909831e7e67 (patch) | |
tree | 4afc38c5b5ad034a8784ae0c0f0317b6d676510d /ucb | |
parent | 97d24068021265e5f159211c90839622f7c87cb2 (diff) |
cleanup tailing backslashes
Change-Id: Idb4bfc97e7d758c58118742affd9a9345c7a99f2
Reviewed-on: https://gerrit.libreoffice.org/32491
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/core/provprox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/provprox.cxx b/ucb/source/core/provprox.cxx index 3bc13339824b..8a751cf77cc6 100644 --- a/ucb/source/core/provprox.cxx +++ b/ucb/source/core/provprox.cxx @@ -138,7 +138,7 @@ UcbContentProviderProxy::queryInterface( const Type & rType ) XTYPEPROVIDER_COMMON_IMPL( UcbContentProviderProxy ); -Sequence< Type > SAL_CALL UcbContentProviderProxy::getTypes() \ +Sequence< Type > SAL_CALL UcbContentProviderProxy::getTypes() throw( RuntimeException, std::exception ) { // Get original provider an forward the call... |