summaryrefslogtreecommitdiff
path: root/include/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 14:25:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 17:40:48 +0100
commita783c1bb61ab888275241ff589a84d216ecbb3dc (patch)
tree46911279b4db0a3b2b3468700284f1167aa753a6 /include/dbaccess
parent685c9642c190c8d2585f46c058e950d279e0aa8f (diff)
sal_Char->char in dbaccess
Change-Id: I6cce128843d88bc453d171b2584ecf0dfffd1044 Reviewed-on: https://gerrit.libreoffice.org/85398 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/genericcontroller.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx
index a63144ef76ab..60c75236475f 100644
--- a/include/dbaccess/genericcontroller.hxx
+++ b/include/dbaccess/genericcontroller.hxx
@@ -299,7 +299,7 @@ namespace dbaui
by the user, see also <type scope="css::frame">CommandGroup</type>.
*/
void implDescribeSupportedFeature(
- const sal_Char* _pAsciiCommandURL,
+ const char* _pAsciiCommandURL,
sal_uInt16 _nFeatureId,
sal_Int16 _nCommandGroup = css::frame::CommandGroup::INTERNAL
);