https://bugs.documentfoundation.org/show_bug.cgi?id=137779

Heiko Tietze <heiko.tie...@documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyBeginner,
                   |                            |easyHack, skillCpp, topicQA

--- Comment #8 from Heiko Tietze <heiko.tie...@documentfoundation.org> ---
Code pointer:
cui/source/dialogs/about.cxx 

OUString AboutDialog::GetMiscString()
...
    aCalcMode += "threaded";
  }

add 

  if (officecfg::Office::Calc::Defaults::Sheet::JumboSheets::get()) 
  {
      if (!aCalcMode.endsWith(" "))
         aCalcMode += " ";
      aCalcMode += "Jumbo";
  } 

(this shows for example "Calc: threaded Jumbo", if enabled)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to