diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 12:41:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 15:49:49 +0100 |
commit | e8527c6ffa8b346a0a8a84a6b81e538cd7733ebe (patch) | |
tree | c9b66a2ed6b9f503fcd220e85ab6b5e47c176785 /sd/qa | |
parent | 6873e0a969948a96679f667400da4eaa4ef2cc07 (diff) |
sal_Char->char in sd
Change-Id: I1fb2b9e7e3e4666e1fad4f36cda5c7b24e0f1ebf
Reviewed-on: https://gerrit.libreoffice.org/85691
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/export-tests-ooxml2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx index 78452a763f01..8f1436a340eb 100644 --- a/sd/qa/unit/export-tests-ooxml2.cxx +++ b/sd/qa/unit/export-tests-ooxml2.cxx @@ -600,7 +600,7 @@ void SdOOXMLExportTest2::testExportTransitionsPPTX() void SdOOXMLExportTest2::testPresetShapesExport() { ::sd::DrawDocShellRef xDocShRef = loadURL(m_directories.getURLFromSrc("/sd/qa/unit/data/odp/preset-shapes-export.odp"), ODP); - const sal_Char *sShapeTypeAndValues[] = + const char *sShapeTypeAndValues[] = { "wedgeEllipseCallout", "adj1","val 45310", |