summaryrefslogtreecommitdiffstats
path: root/starmath/source/config.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-02-07 18:01:48 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-02-07 18:01:48 +0100
commit74330efc82463a2846c994e91b08ed18fc079fff (patch)
treed596b516949252b58005fe89c4177a618ad8865b /starmath/source/config.cxx
parentremovetooltypes01: #i112600# adjust rebase in sw (diff)
downloadcore-74330efc82463a2846c994e91b08ed18fc079fff.tar.gz
core-74330efc82463a2846c994e91b08ed18fc079fff.zip
removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd
Diffstat (limited to 'starmath/source/config.cxx')
-rwxr-xr-xstarmath/source/config.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/config.cxx b/starmath/source/config.cxx
index 0933677e9298..45fed7d0ad18 100755
--- a/starmath/source/config.cxx
+++ b/starmath/source/config.cxx
@@ -101,7 +101,7 @@ void SmConfig::ItemSetToConfig(const SfxItemSet &rSet)
Broadcast(SfxSimpleHint(HINT_FORMATCHANGED));
}
}
- if (rSet.GetItemState(SID_SAVE_ONLY_USED_SYMBOLS, TRUE, &pItem) == SFX_ITEM_SET)
+ if (rSet.GetItemState(SID_SAVE_ONLY_USED_SYMBOLS, sal_True, &pItem) == SFX_ITEM_SET)
{ bVal = ((const SfxBoolItem *) pItem)->GetValue();
SetSaveOnlyUsedSymbols( bVal );
}