diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-19 08:22:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-19 08:12:46 +0100 |
commit | a56955a4b323dd3e78ea49f2b3f3eebca5d5586c (patch) | |
tree | e2b59e7e47c8f54543d495e2849eec728d820e29 /include/editeng | |
parent | 7b1f3135de3211b0b750571ecdcd9dcab752b544 (diff) |
sal_Char->char in editeng..eventattacher
Change-Id: Ia9c736042a07a17377db6d88c5bcd2b468e98777
Reviewed-on: https://gerrit.libreoffice.org/85471
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/svxacorr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx index cde80d6aca83..e0624aaaf8f0 100644 --- a/include/editeng/svxacorr.hxx +++ b/include/editeng/svxacorr.hxx @@ -182,10 +182,10 @@ class EDITENG_DLLPUBLIC SvxAutoCorrectLanguageLists bool IsFileChanged_Imp(); void LoadXMLExceptList_Imp( std::unique_ptr<SvStringsISortDtor>& rpLst, - const sal_Char* pStrmName, + const char* pStrmName, tools::SvRef<SotStorage>& rStg); static void SaveExceptList_Imp( const SvStringsISortDtor& rLst, - const sal_Char* pStrmName, + const char* pStrmName, tools::SvRef<SotStorage> const & rStg, bool bConvert = false); |