https://bugs.documentfoundation.org/show_bug.cgi?id=164334
--- Comment #5 from Saburo <[email protected]> --- https://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/xecontent.cxx?r=f41c58ad4172729a2be261f0ccea01d741d61a2d#1166 const char* getTimePeriodString( condformat::ScCondFormatDateType eType ) 1158 { 1159 switch(eType) 1160 { 1161 case condformat::TODAY: 1162 return "today"; 1163 case condformat::YESTERDAY: 1164 return "yesterday"; 1165 case condformat::TOMORROW: 1166 return "yesterday"; return "tomorrow"; -- You are receiving this mail because: You are the assignee for the bug.
