summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/connectorproperties.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:36:10 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:36:10 +0000
commitba7abb346ccb6765bbe22b7fc787c42dfbc229a2 (patch)
treea6dca371fb60b1d84b1d27c9ec906b82be51b9d2 /svx/source/sdr/properties/connectorproperties.cxx
parent4e04b1aef9e771348d0f256f0efcb1a9ca0b6e61 (diff)
INTEGRATION: CWS aw024 (1.4.140); FILE MERGED
2006/09/21 19:20:15 aw 1.4.140.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 04:52:32 aw 1.4.140.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/23 16:52:40 aw 1.4.140.1: #i39525
Diffstat (limited to 'svx/source/sdr/properties/connectorproperties.cxx')
-rw-r--r--svx/source/sdr/properties/connectorproperties.cxx38
1 files changed, 2 insertions, 36 deletions
diff --git a/svx/source/sdr/properties/connectorproperties.cxx b/svx/source/sdr/properties/connectorproperties.cxx
index 1f548e2b0725..d1aa6c6f05ba 100644
--- a/svx/source/sdr/properties/connectorproperties.cxx
+++ b/svx/source/sdr/properties/connectorproperties.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: connectorproperties.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 05:40:40 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 13:36:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,10 +60,6 @@
#include <svdoedge.hxx>
#endif
-#ifndef _SXESITM_HXX
-#include <sxesitm.hxx>
-#endif
-
//////////////////////////////////////////////////////////////////////////////
namespace sdr
@@ -130,36 +126,6 @@ namespace sdr
// local changes
rObj.ImpSetAttrToEdgeInfo();
}
-
-//BFS01 void ConnectorProperties::PreProcessSave()
-//BFS01 {
-//BFS01 // call parent
-//BFS01 TextProperties::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 SdrEdgeSetItem aEdgeAttr(rSet.GetPool());
-//BFS01 aEdgeAttr.GetItemSet().Put(rSet);
-//BFS01 aEdgeAttr.GetItemSet().SetParent(pParent);
-//BFS01 mpItemSet->Put(aEdgeAttr);
-//BFS01 }
-
-//BFS01 void ConnectorProperties::PostProcessSave()
-//BFS01 {
-//BFS01 // call parent
-//BFS01 TextProperties::PostProcessSave();
-//BFS01
-//BFS01 // remove SetItems from local itemset
-//BFS01 if(mpItemSet)
-//BFS01 {
-//BFS01 mpItemSet->ClearItem(SDRATTRSET_EDGE);
-//BFS01 }
-//BFS01 }
} // end of namespace properties
} // end of namespace sdr