diff options
Diffstat (limited to 'sd/source/ui/table/tablefunction.cxx')
-rwxr-xr-x | sd/source/ui/table/tablefunction.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx index b30e259e049a..957c9da398c6 100755 --- a/sd/source/ui/table/tablefunction.cxx +++ b/sd/source/ui/table/tablefunction.cxx @@ -186,7 +186,7 @@ void DrawViewShell::FuTable(SfxRequest& rReq) } if( pPickObj ) - mpView->ReplaceObjectAtView(pPickObj, *pPV, pObj, TRUE ); + mpView->ReplaceObjectAtView(pPickObj, *pPV, pObj, sal_True ); else mpView->InsertObjectAtView(pObj, *pPV, SDRINSERT_SETDEFLAYER); |