diff options
author | Armin Weiss <aw@openoffice.org> | 2001-01-26 13:08:54 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2001-01-26 13:08:54 +0000 |
commit | af8449807b583678b17f8f444ffbb2ba636d0efa (patch) | |
tree | ec14541c569978ddb2044a231c56d5f569a3977e /svx/source/svdraw/svdotxed.cxx | |
parent | 35fce8566dde4663528ff31bcefac43b8a1f5ef9 (diff) |
ITEMSET: Further ItemSet changes to allow blocking of setting items and
to allow editing or replacing the item before it is set.
Diffstat (limited to 'svx/source/svdraw/svdotxed.cxx')
-rw-r--r-- | svx/source/svdraw/svdotxed.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdotxed.cxx b/svx/source/svdraw/svdotxed.cxx index 19621dfef1cb..07470bfb47ed 100644 --- a/svx/source/svdraw/svdotxed.cxx +++ b/svx/source/svdraw/svdotxed.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdotxed.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: aw $ $Date: 2000-10-30 11:11:37 $ + * last change: $Author: aw $ $Date: 2001-01-26 14:08:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,8 +137,6 @@ FASTBOOL SdrTextObj::BegTextEdit(SdrOutliner& rOutl) // werden, da sonst bei SetParaAttribs() auch alle in diesem // Parent enthaltenen Items hart am Absatz attributiert werden. // -> BugID 22467 -//-/ if(mpObjectItemSet) -//-/ { const SfxItemSet& rSet = GetItemSet(); SdrOutlinerSetItem aOutlSetItem(rSet.GetPool()); aOutlSetItem.GetItemSet().Put(rSet); @@ -147,7 +145,6 @@ FASTBOOL SdrTextObj::BegTextEdit(SdrOutliner& rOutl) ((SfxItemSet*)pTmpSet)->SetParent(NULL); rOutl.SetParaAttribs(0,*pTmpSet); ((SfxItemSet*)pTmpSet)->SetParent(pParentMerk); -//-/ } } } if (bFitToSize) { |