summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-04-02 15:58:24 +0200
committerJan Holesovsky <kendy@collabora.com>2015-04-09 14:33:57 +0200
commitf0bf570f6e6ab696189572b5fe550a2fa3e15673 (patch)
treec10651f443028e622f8a1ed2c191168dc16a4297
parentforgot the property definition (diff)
downloadcore-f0bf570f6e6ab696189572b5fe550a2fa3e15673.tar.gz
core-f0bf570f6e6ab696189572b5fe550a2fa3e15673.zip
fix error in databar entry type api map
Change-Id: Ibf81edf40f1b8a591b48aa77314104e511f0ff49
-rw-r--r--sc/source/ui/unoobj/condformatuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/condformatuno.cxx b/sc/source/ui/unoobj/condformatuno.cxx
index 4a10bbd2bdbd..0b959f1c2dbf 100644
--- a/sc/source/ui/unoobj/condformatuno.cxx
+++ b/sc/source/ui/unoobj/condformatuno.cxx
@@ -190,7 +190,7 @@ struct DataBarEntryTypeApiMap
DataBarEntryTypeApiMap aDataBarEntryTypeMap[] =
{
- { COLORSCALE_AUTO, sheet::DataBarEntryType::DATABAR_MAX },
+ { COLORSCALE_AUTO, sheet::DataBarEntryType::DATABAR_AUTO },
{ COLORSCALE_MIN, sheet::DataBarEntryType::DATABAR_MIN },
{ COLORSCALE_MAX, sheet::DataBarEntryType::DATABAR_MAX },
{ COLORSCALE_VALUE, sheet::DataBarEntryType::DATABAR_VALUE },