summaryrefslogtreecommitdiff
path: root/forms/source/solar
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:31:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:33:33 +0100
commit02b24d77476f93887691dde564351d6f8b770b8f (patch)
treeba741033cd4b00996b370d23443bede3a41a7f88 /forms/source/solar
parentfd8f926b0e409d49d235409daaf8f7aa8532cc40 (diff)
sal_Char->char in forms..framework
Change-Id: I756c1f54d50403aa9b4f03dbbc2a387556f07084 Reviewed-on: https://gerrit.libreoffice.org/85475 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source/solar')
-rw-r--r--forms/source/solar/control/navtoolbar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx
index bbb717139e19..d5d980e1b3e6 100644
--- a/forms/source/solar/control/navtoolbar.cxx
+++ b/forms/source/solar/control/navtoolbar.cxx
@@ -63,7 +63,7 @@ namespace frm
OUString lcl_getCommandURL( const sal_Int16 _nFormFeature )
{
- const sal_Char* pAsciiCommandName = nullptr;
+ const char* pAsciiCommandName = nullptr;
switch ( _nFormFeature )
{
case FormFeature::MoveAbsolute : pAsciiCommandName = "AbsoluteRecord"; break;