Kaydet (Commit) dca8de76 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.6.140); FILE MERGED

2006/09/21 19:22:03 aw 1.6.140.3: RESYNC: (1.7-1.8); FILE MERGED
2005/09/18 04:54:35 aw 1.6.140.2: RESYNC: (1.6-1.7); FILE MERGED
2004/12/23 16:52:41 aw 1.6.140.1: #i39525
üst 079a7e6a
......@@ -4,9 +4,9 @@
*
* $RCSfile: graphicproperties.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: obo $ $Date: 2006-09-17 05:43:05 $
* last change: $Author: ihi $ $Date: 2006-11-14 13:37:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -144,36 +144,6 @@ namespace sdr
rObj.ImpSetAttrToGrafInfo();
}
//BFS01 void GraphicProperties::PreProcessSave()
//BFS01 {
//BFS01 // call parent
//BFS01 RectangleProperties::PreProcessSave();
//BFS01
//BFS01 // force ItemSet
//BFS01 GetObjectItemSet();
//BFS01
//BFS01 // prepare SetItems for storage
//BFS01 const SfxItemSet& rSet = *mpItemSet;
//BFS01 const SfxItemSet* pParent = mpStyleSheet ? &(mpStyleSheet->GetItemSet()) : 0L;
//BFS01
//BFS01 SdrGrafSetItem aGrafAttr(rSet.GetPool());
//BFS01 aGrafAttr.GetItemSet().Put(rSet);
//BFS01 aGrafAttr.GetItemSet().SetParent(pParent);
//BFS01 mpItemSet->Put(aGrafAttr);
//BFS01 }
//BFS01 void GraphicProperties::PostProcessSave()
//BFS01 {
//BFS01 // call parent
//BFS01 RectangleProperties::PostProcessSave();
//BFS01
//BFS01 // remove SetItems from local itemset
//BFS01 if(mpItemSet)
//BFS01 {
//BFS01 mpItemSet->ClearItem(SDRATTRSET_GRAF);
//BFS01 }
//BFS01 }
void GraphicProperties::ForceDefaultAttributes()
{
// call parent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment