diff options
author | Noel Grandin <noel@peralex.com> | 2016-07-01 13:30:38 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-04 12:30:09 +0000 |
commit | 4e3ed5aeb5c998ee4077138fe802b471bea9fcb2 (patch) | |
tree | beeb4fd534bc37de229e96587643a5182e1fc10f /binaryurp | |
parent | 6964c17415ae2d77a6aa50eeb8464faba7a47d14 (diff) |
use SAL_DEPRECATED in uno::Reference
and fix a couple of usages that have crept in
Change-Id: Ia3e7fcc05dac6e0d205e69c0e0372c74653e7c5e
Reviewed-on: https://gerrit.libreoffice.org/26851
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/bridge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index 1bfdd17def98..d47b83410708 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -882,7 +882,7 @@ css::uno::Reference< css::uno::XInterface > Bridge::getInstance( binaryToCppMapping_.mapInterface( *static_cast< uno_Interface ** >(ret.getValue(ifc)), ifc.get())), - css::uno::UNO_REF_NO_ACQUIRE); + SAL_NO_ACQUIRE); } OUString Bridge::getName() throw (css::uno::RuntimeException, std::exception) { |