summaryrefslogtreecommitdiff
path: root/basctl/source
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
commit1915cec6a9c84c0d0a16e69b81b9ab136d3b0277 (patch)
tree2bd7a0aa46c1c02ec247ede0682980e9be4857bb /basctl/source
parent9cba3a831aa9b86b663eada70eb89f6a581f9ee1 (diff)
removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/basobj2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basobj2.cxx b/basctl/source/basicide/basobj2.cxx
index a1d5906b2..d445e5c90 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();
}
}