diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-02-08 11:05:35 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-02-08 11:05:35 +0100 |
commit | 25fafb0689a8cd60890a3f439bb4bf6f747131c4 (patch) | |
tree | 9ac1caf4aa2dc64dbfbfd4cceb10d7c8fd254d01 /cui | |
parent | 7fa8864a0f2c4d318c17ee05c19c31c85788a10e (diff) |
removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/macroass.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx index c0ce0f3b411a..339559ba6d92 100644 --- a/cui/source/tabpages/macroass.cxx +++ b/cui/source/tabpages/macroass.cxx @@ -169,7 +169,7 @@ void _SfxMacroTabPage::EnableButtons() mpImpl->pAssignPB->Enable( !mpImpl->bReadOnly && !sScriptURI.EqualsIgnoreCaseAscii( sEventMacro ) ); } else - mpImpl->pAssignPB->Enable( FALSE ); + mpImpl->pAssignPB->Enable( sal_False ); } _SfxMacroTabPage::_SfxMacroTabPage( Window* pParent, const ResId& rResId, const SfxItemSet& rAttrSet ) |