diff options
Diffstat (limited to 'svx/source/sdr/properties')
-rw-r--r-- | svx/source/sdr/properties/circleproperties.cxx | 9 | ||||
-rw-r--r-- | svx/source/sdr/properties/connectorproperties.cxx | 7 |
2 files changed, 12 insertions, 4 deletions
diff --git a/svx/source/sdr/properties/circleproperties.cxx b/svx/source/sdr/properties/circleproperties.cxx index 260170a743a4..7acfe8d431d5 100644 --- a/svx/source/sdr/properties/circleproperties.cxx +++ b/svx/source/sdr/properties/circleproperties.cxx @@ -2,9 +2,9 @@ * * $RCSfile: circleproperties.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2003-11-24 16:48:17 $ + * last change: $Author: vg $ $Date: 2003-12-16 13:09:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -170,6 +170,9 @@ namespace sdr // call parent RectangleProperties::PreProcessSave(); + // force ItemSet + GetObjectItemSet(); + // prepare SetItems for storage const SfxItemSet& rSet = *mpItemSet; const SfxItemSet* pParent = mpStyleSheet ? &(mpStyleSheet->GetItemSet()) : 0L; @@ -213,7 +216,9 @@ namespace sdr if(eKindA != SDRCIRC_FULL) { + // force ItemSet GetObjectItemSet(); + mpItemSet->Put(SdrCircKindItem(eKindA)); if(rObj.GetStartWink()) diff --git a/svx/source/sdr/properties/connectorproperties.cxx b/svx/source/sdr/properties/connectorproperties.cxx index 8230cf8b402e..a64f3a4c805c 100644 --- a/svx/source/sdr/properties/connectorproperties.cxx +++ b/svx/source/sdr/properties/connectorproperties.cxx @@ -2,9 +2,9 @@ * * $RCSfile: connectorproperties.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2003-11-24 16:48:30 $ + * last change: $Author: vg $ $Date: 2003-12-16 13:09:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -155,6 +155,9 @@ namespace sdr // call parent TextProperties::PreProcessSave(); + // force ItemSet + GetObjectItemSet(); + // prepare SetItems for storage const SfxItemSet& rSet = *mpItemSet; const SfxItemSet* pParent = mpStyleSheet ? &(mpStyleSheet->GetItemSet()) : 0L; |