summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/accessiblecontrolcontext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-23 11:19:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-23 15:12:20 +0100
commitb0543bb714e5a646dae0ede594df4a564e569951 (patch)
tree798e0a2a98c013e84ee44e5afd5545841a835b8c /toolkit/source/controls/accessiblecontrolcontext.cxx
parentd3faa9ea62ba62a71ee7bef68aab4636ed0e338b (diff)
sal_Char->char in toolkit
Change-Id: I3016c8c672beb5a2d5f772f8a2ddc0047088e1da Reviewed-on: https://gerrit.libreoffice.org/85743 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/source/controls/accessiblecontrolcontext.cxx')
-rw-r--r--toolkit/source/controls/accessiblecontrolcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/accessiblecontrolcontext.cxx b/toolkit/source/controls/accessiblecontrolcontext.cxx
index 39614d0a5916..a47f04d8906e 100644
--- a/toolkit/source/controls/accessiblecontrolcontext.cxx
+++ b/toolkit/source/controls/accessiblecontrolcontext.cxx
@@ -197,7 +197,7 @@ namespace toolkit
}
- OUString OAccessibleControlContext::getModelStringProperty( const sal_Char* _pPropertyName )
+ OUString OAccessibleControlContext::getModelStringProperty( const char* _pPropertyName )
{
OUString sReturn;
try