summaryrefslogtreecommitdiff
path: root/starmath/inc/cfgitem.hxx
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-08-24 16:30:43 +0300
committerخالد حسني <khaled@libreoffice.org>2023-08-25 08:56:21 +0200
commit900ce2fa32ae1726f64fc6959010650e93854ab3 (patch)
tree968cf349888dda71419b67ae1da701f91d0a2508 /starmath/inc/cfgitem.hxx
parentb0652124dc92d5f62cef19f63a98aa8b68f5a850 (diff)
tdf#101174: Add the ability to change math font in Math
The math font (default is OpenSymbol) can now be changed from the fonts dialog like other fonts (variables, numbers, etc). Change-Id: I57f416173abf7bef8bb66b5e5e393dd928e30652 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156053 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'starmath/inc/cfgitem.hxx')
-rw-r--r--starmath/inc/cfgitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/cfgitem.hxx b/starmath/inc/cfgitem.hxx
index 607f92d4e1b0..c81e9d086aed 100644
--- a/starmath/inc/cfgitem.hxx
+++ b/starmath/inc/cfgitem.hxx
@@ -102,7 +102,7 @@ class SmMathConfig final : public utl::ConfigItem, public SfxBroadcaster
std::unique_ptr<SmSymbolManager> pSymbolMgr;
bool bIsOtherModified;
bool bIsFormatModified;
- SmFontPickList vFontPickList[7];
+ SmFontPickList vFontPickList[8];
sal_Int32 m_nCommitLock = 0;
SmMathConfig(const SmMathConfig&) = delete;