diff options
Diffstat (limited to 'svx/source/sdr/properties/textproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/textproperties.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/sdr/properties/textproperties.cxx b/svx/source/sdr/properties/textproperties.cxx index b2bb7b746ab9..55b366bdc03b 100644 --- a/svx/source/sdr/properties/textproperties.cxx +++ b/svx/source/sdr/properties/textproperties.cxx @@ -374,9 +374,6 @@ namespace sdr::properties bool bTextFrame(rObj.IsTextFrame()); - // force ItemSet - GetObjectItemSet(); - if(bTextFrame) { moItemSet->Put(XLineStyleItem(drawing::LineStyle_NONE)); |