summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxtr.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2001-01-26 13:08:54 +0000
committerArmin Weiss <aw@openoffice.org>2001-01-26 13:08:54 +0000
commitaf8449807b583678b17f8f444ffbb2ba636d0efa (patch)
treeec14541c569978ddb2044a231c56d5f569a3977e /svx/source/svdraw/svdotxtr.cxx
parent35fce8566dde4663528ff31bcefac43b8a1f5ef9 (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/svdotxtr.cxx')
-rw-r--r--svx/source/svdraw/svdotxtr.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdotxtr.cxx b/svx/source/svdraw/svdotxtr.cxx
index 6dcba38b12f9..716ca5e2130b 100644
--- a/svx/source/svdraw/svdotxtr.cxx
+++ b/svx/source/svdraw/svdotxtr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdotxtr.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * 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
@@ -385,9 +385,6 @@ void SdrTextObj::ImpConvertSetAttrAndLayer(SdrObject* pObj, FASTBOOL bNoSetAttr)
if (pModel!=NULL) {
pObj->SetModel(pModel);
if (!bNoSetAttr) {
-//-/ SfxItemSet aItemSet((SfxItemPool&)(*GetItemPool()));
-//-/ TakeAttributes(aItemSet,FALSE,TRUE);
-//-/ pObj->SetAttributes(aItemSet,TRUE);
SdrBroadcastItemChange aItemChange(*pObj);
pObj->ClearItem();
pObj->SetItemSet(GetItemSet());