diff options
author | Christian Lippka <cl@openoffice.org> | 2002-04-15 07:18:02 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-04-15 07:18:02 +0000 |
commit | e23352722981f76d79f682a132b00e22726ee280 (patch) | |
tree | 5323527d9099cfe254a576bca2a5812d98b48189 /svx/source/svdraw | |
parent | 7a822eb5395fede4466ba7f513ba9c2f84b0c7ef (diff) |
#97651# set backround color for text edit in each application
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r-- | svx/source/svdraw/svdedxv.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx index 185992b65806..3f7a1d3abe0a 100644 --- a/svx/source/svdraw/svdedxv.cxx +++ b/svx/source/svdraw/svdedxv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdedxv.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: ka $ $Date: 2002-03-21 15:49:42 $ + * last change: $Author: cl $ $Date: 2002-04-15 08:18:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -682,9 +682,6 @@ BOOL SdrObjEditView::BegTextEdit(SdrObject* pObj, SdrPageView* pPV, Window* pWin if (pTextEditOutliner==NULL) pTextEditOutliner = SdrMakeOutliner( OUTLINERMODE_TEXTOBJECT, pTextEditObj->GetModel() ); - if( pObj && pObj->GetPage() ) - pTextEditOutliner->SetBackgroundColor( pObj->GetPage()->GetBackgroundColor() ); - BOOL bEmpty=pTextEditObj->GetOutlinerParaObject()==NULL; aOldCalcFieldValueLink=pTextEditOutliner->GetCalcFieldValueHdl(); |