diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-21 09:34:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-22 07:22:13 +0100 |
commit | 8e7226233940a201c76c6a43e0648603d17961f4 (patch) | |
tree | 523aaab816b93c7c276def7d8462500cae0df957 /sc/qa | |
parent | eb21db08b3aee4b9113d221ca47af73d2f9b82d7 (diff) |
ColorData->Color in sc
and fix the sal_Int32() conversion operator in Color, which was
always returning 0
Change-Id: I0aefaedc34ee0a8bccd43238ccfe8196d2dd5c5c
Reviewed-on: https://gerrit.libreoffice.org/50051
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index 2bf2cb8d8fd0..c1480acf67ad 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -2678,7 +2678,7 @@ void ScExportTest::testSheetTabColorsXLSX() } } - const ColorData aXclColors[] = + const Color aXclColors[] = { 0x0000B050, // green 0x00FF0000, // red |