diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-19 13:15:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-19 19:17:40 +0100 |
commit | 7c18da2dc6963b6f3f74a72fc4f6a3eedd8f9eb7 (patch) | |
tree | bf9b5cf5f648936e5c12c51a7a643059c5bcb6a5 /oox/inc | |
parent | f22044a49a56e585e2e9f419a1b77aba263b2afe (diff) |
sal_Char->char in oox..registry
Change-Id: Icc7f2a32696c30317c1ee77ef39d682d5f5a80b9
Reviewed-on: https://gerrit.libreoffice.org/85512
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/chart/typegroupconverter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/chart/typegroupconverter.hxx b/oox/inc/drawingml/chart/typegroupconverter.hxx index 9ab86c8aa241..df7523f78412 100644 --- a/oox/inc/drawingml/chart/typegroupconverter.hxx +++ b/oox/inc/drawingml/chart/typegroupconverter.hxx @@ -77,7 +77,7 @@ struct TypeGroupInfo { TypeId meTypeId; /// Unique chart type identifier. TypeCategory meTypeCategory; /// Category this chart type belongs to. - const sal_Char* mpcServiceName; /// Service name of the type. + const char* mpcServiceName; /// Service name of the type. VarPointMode meVarPointMode; /// Mode for varying point colors. sal_Int32 mnDefLabelPos; /// Default data label position (API constant). bool mbPolarCoordSystem; /// True = polar, false = cartesian. |