summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuexpand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuexpand.cxx')
-rw-r--r--sd/source/ui/func/fuexpand.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sd/source/ui/func/fuexpand.cxx b/sd/source/ui/func/fuexpand.cxx
index f146496e39f8..c1df947d7ee5 100644
--- a/sd/source/ui/func/fuexpand.cxx
+++ b/sd/source/ui/func/fuexpand.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fuexpand.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: ka $ $Date: 2002-07-26 08:32:42 $
+ * last change: $Author: rt $ $Date: 2003-11-24 17:12:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -281,9 +281,7 @@ FuExpandPage::FuExpandPage(SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
SfxItemSet aAttr(pDoc->GetPool());
aAttr.Put(XLineStyleItem(XLINE_NONE));
aAttr.Put(XFillStyleItem(XFILL_NONE));
-
-//-/ pTextObj->NbcSetAttributes(aAttr, TRUE);
- pTextObj->SetItemSet(aAttr);
+ pTextObj->SetMergedItemSet(aAttr);
}
}