summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-24 13:11:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-24 13:56:23 +0100
commitdc4ee83823d6cb94a507e2ebb9cc8eb56a6a3fa6 (patch)
tree78a51a6a1cbc2d95366acaa7db4f28c9c516435b /include
parent1f106552e07dfdaf6262cef731ff301683a43570 (diff)
loplugin:stringliteraldefine in connectivity
Change-Id: I6b2528c684fe56a114959a1d26101a882eee2106 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125759 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/connectivity/dbtools.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx
index 505228a9931a..941a978aee69 100644
--- a/include/connectivity/dbtools.hxx
+++ b/include/connectivity/dbtools.hxx
@@ -321,6 +321,10 @@ namespace dbtools
const css::uno::Reference< css::sdbc::XConnection >& _rxConnection,
const char* _pAsciiSettingName
);
+ OOO_DLLPUBLIC_DBTOOLS bool getBooleanDataSourceSetting(
+ const css::uno::Reference< css::sdbc::XConnection >& _rxConnection,
+ const OUString& rSettingName
+ );
/** check if a specific property is enabled in the info sequence
@deprecated