summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-03-11 07:19:45 +0100
committerOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-03-11 07:19:45 +0100
commitb9c65fefee0ec5f4022b9a6a193671d7ec2f0136 (patch)
tree22b4223c30ac1c6274bbc80269fd338cc7a531f3 /sd/source
parentcc21fdf7ec9d7a2cb263b582d033f67e6e33b01f (diff)
impress210: replace TRUE by sal_True
Diffstat (limited to 'sd/source')
-rwxr-xr-xsd/source/ui/table/tablefunction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx
index 48bb016ba0b1..7e017fbdbe1e 100755
--- a/sd/source/ui/table/tablefunction.cxx
+++ b/sd/source/ui/table/tablefunction.cxx
@@ -196,7 +196,7 @@ void DrawViewShell::FuTable(SfxRequest& rReq)
SfxViewShell* pViewShell = GetViewShell();
OSL_ASSERT (pViewShell!=NULL);
SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings();
- rBindings.Invalidate( SID_INSERT_TABLE, TRUE, FALSE );
+ rBindings.Invalidate( SID_INSERT_TABLE, sal_True, sal_False );
break;
}
case SID_TABLEDESIGN: