summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/oleproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/oleproperties.cxx')
-rw-r--r--svx/source/sdr/properties/oleproperties.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/sdr/properties/oleproperties.cxx b/svx/source/sdr/properties/oleproperties.cxx
index da599428c97b..a0e0e82d37d7 100644
--- a/svx/source/sdr/properties/oleproperties.cxx
+++ b/svx/source/sdr/properties/oleproperties.cxx
@@ -60,15 +60,6 @@ namespace sdr::properties
{
return std::unique_ptr<BaseProperties>(new OleProperties(*this, rObj));
}
-
- void OleProperties::ForceDefaultAttributes()
- {
- // call parent
- RectangleProperties::ForceDefaultAttributes();
-
- // force ItemSet
- GetObjectItemSet();
- }
} // end of namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */