summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 },