diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-09-01 11:01:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-09-01 11:01:58 +0000 |
commit | 944f3abd01135e21eaa9837eefc83be3d344615b (patch) | |
tree | e55e1f66909d30e000b696d7df137dae62765869 /svx | |
parent | 5a8893cabb2099165aeedbd1158423c3b33f1082 (diff) |
INTEGRATION: CWS sj02 (1.30.100); FILE MERGED
2003/07/28 16:08:00 sj 1.30.100.2: RESYNC: (1.30-1.31); FILE MERGED
2003/07/28 15:26:10 sj 1.30.100.1: #i15927# PowerPoint import: added font independent linespacing
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdedxv.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx index 2be91d833932..cc59dbf0e4e7 100644 --- a/svx/source/svdraw/svdedxv.cxx +++ b/svx/source/svdraw/svdedxv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdedxv.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: vg $ $Date: 2003-07-04 13:29:38 $ + * last change: $Author: obo $ $Date: 2003-09-01 12:01:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,6 +108,7 @@ #include "scripttypeitem.hxx" #include "svditext.hxx" #include "svdoutl.hxx" +#include "sdtfchim.hxx" #include "svdxout.hxx" #include "svdotext.hxx" #include "svdundo.hxx" @@ -497,8 +498,10 @@ OutlinerView* SdrObjEditView::ImpMakeOutlinerView(Window* pWin, BOOL bNoPaint, O } pOutlView->SetControlWord(nStat); pOutlView->SetBackgroundColor( aBackground ); - if (pText!=NULL) { + if (pText!=NULL) + { pOutlView->SetAnchorMode((EVAnchorMode)(pText->GetOutlinerViewAnchorMode())); + pTextEditOutliner->SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)pText->GetItem(SDRATTR_TEXT_USEFIXEDCELLHEIGHT)).GetValue()); } pOutlView->SetOutputArea(aTextEditArea); pTextEditOutliner->SetUpdateMode(TRUE); |