summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-02-08 11:05:35 +0100
committerCarsten Driesner <cd@openoffice.org>2011-02-08 11:05:35 +0100
commit25fafb0689a8cd60890a3f439bb4bf6f747131c4 (patch)
tree9ac1caf4aa2dc64dbfbfd4cceb10d7c8fd254d01
parent7fa8864a0f2c4d318c17ee05c19c31c85788a10e (diff)
removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw
-rw-r--r--basctl/source/basicide/basobj2.cxx2
-rw-r--r--cui/source/tabpages/macroass.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/basobj2.cxx b/basctl/source/basicide/basobj2.cxx
index 9123034b3c6a..3309d0c9ffc3 100644
--- a/basctl/source/basicide/basobj2.cxx
+++ b/basctl/source/basicide/basobj2.cxx
@@ -356,7 +356,7 @@ namespace
if ( xLimitToDocument != aDocument.getDocument() )
{
// error
- bError = TRUE;
+ bError = sal_True;
ErrorBox( NULL, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_ERRORCHOOSEMACRO ) ) ).Execute();
}
}
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 )