summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/tools.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-19 10:52:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-19 12:31:19 +0100
commit415c2e54e758172ff4f614239128b2aa0ddad49e (patch)
tree7810044327ca9f733525b16b801df81f1a3df1f3 /connectivity/source/inc/java/tools.hxx
parentef8de8d202deb92a57b52f4e48a4de77cf6d8b34 (diff)
use unique_ptr in connectivity
Change-Id: I333a3bc21d4afade6d29f096390b5edbd4e78bf9 Reviewed-on: https://gerrit.libreoffice.org/65403 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/inc/java/tools.hxx')
-rw-r--r--connectivity/source/inc/java/tools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/tools.hxx b/connectivity/source/inc/java/tools.hxx
index 8fe534bbbad9..ba7496c2e575 100644
--- a/connectivity/source/inc/java/tools.hxx
+++ b/connectivity/source/inc/java/tools.hxx
@@ -42,7 +42,7 @@ namespace connectivity
/// @throws css::sdbc::SQLException
/// @throws css::uno::RuntimeException
- java_util_Properties* createStringPropertyArray(const css::uno::Sequence< css::beans::PropertyValue >& info );
+ std::unique_ptr<java_util_Properties> createStringPropertyArray(const css::uno::Sequence< css::beans::PropertyValue >& info );
jobject convertTypeMapToJavaMap(const css::uno::Reference< css::container::XNameAccess > & _rMap);