diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-02-07 18:01:48 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-02-07 18:01:48 +0100 |
commit | 74330efc82463a2846c994e91b08ed18fc079fff (patch) | |
tree | d596b516949252b58005fe89c4177a618ad8865b /starmath/source/cfgitem.cxx | |
parent | 93c8eab829b68685fc4a0195692be3f0b8a48572 (diff) |
removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd
Diffstat (limited to 'starmath/source/cfgitem.cxx')
-rw-r--r-- | starmath/source/cfgitem.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index 8a61c74f3b42..9a39ee55c0dd 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -212,7 +212,7 @@ struct SmCfgOther sal_Bool bToolboxVisible; sal_Bool bAutoRedraw; sal_Bool bFormulaCursor; - //BOOL bNoSymbolsWarning; + //sal_Bool bNoSymbolsWarning; SmCfgOther(); }; @@ -1251,7 +1251,7 @@ sal_Bool SmMathConfig::IsSaveOnlyUsedSymbols() const } -void SmMathConfig::SetSaveOnlyUsedSymbols( BOOL bVal ) +void SmMathConfig::SetSaveOnlyUsedSymbols( sal_Bool bVal ) { if (!pOther) LoadOther(); |