diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 14:23:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 17:40:23 +0100 |
commit | 685c9642c190c8d2585f46c058e950d279e0aa8f (patch) | |
tree | ede574ce54d62fcda3ae12a81c9dd3b7c64e7172 /cui/source/dialogs/hldoctp.cxx | |
parent | 9e5cbcf90f15f46f84900a58bcaee437b98587f6 (diff) |
sal_Char->char in cppcanvas..cui
Change-Id: I7e9fa7011f1e0bf143f86055718c772caebf8ee6
Reviewed-on: https://gerrit.libreoffice.org/85397
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/dialogs/hldoctp.cxx')
-rw-r--r-- | cui/source/dialogs/hldoctp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/hldoctp.cxx b/cui/source/dialogs/hldoctp.cxx index 55548e99835a..3ac1ee03318d 100644 --- a/cui/source/dialogs/hldoctp.cxx +++ b/cui/source/dialogs/hldoctp.cxx @@ -25,8 +25,8 @@ #include <hldoctp.hxx> #include <hlmarkwn_def.hxx> -sal_Char const sHash[] = "#"; -sal_Char const sFileScheme[] = INET_FILE_SCHEME; +char const sHash[] = "#"; +char const sFileScheme[] = INET_FILE_SCHEME; /************************************************************************* |* |