summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/emptyproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/emptyproperties.cxx')
-rw-r--r--svx/source/sdr/properties/emptyproperties.cxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/svx/source/sdr/properties/emptyproperties.cxx b/svx/source/sdr/properties/emptyproperties.cxx
index 42af61012a8a..d8e13d47a410 100644
--- a/svx/source/sdr/properties/emptyproperties.cxx
+++ b/svx/source/sdr/properties/emptyproperties.cxx
@@ -26,14 +26,6 @@
namespace sdr::properties
{
- // create a new itemset
- SfxItemSet EmptyProperties::CreateObjectSpecificItemSet(SfxItemPool& )
- {
- // Basic implementation; Basic object has NO attributes
- assert(!"EmptyProperties::CreateObjectSpecificItemSet() should never be called");
- abort();
- }
-
EmptyProperties::EmptyProperties(SdrObject& rObj)
: BaseProperties(rObj)
{
@@ -75,27 +67,6 @@ namespace sdr::properties
assert(!"EmptyProperties::SetObjectItemSet() should never be called");
}
- void EmptyProperties::ItemSetChanged(const SfxItemSet* /*pSet*/)
- {
- assert(!"EmptyProperties::ItemSetChanged() should never be called");
- }
-
- bool EmptyProperties::AllowItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/) const
- {
- assert(!"EmptyProperties::AllowItemChange() should never be called");
- return true;
- }
-
- void EmptyProperties::ItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/)
- {
- assert(!"EmptyProperties::ItemChange() should never be called");
- }
-
- void EmptyProperties::PostItemChange(const sal_uInt16 /*nWhich*/)
- {
- assert(!"EmptyProperties::PostItemChange() should never be called");
- }
-
void EmptyProperties::SetStyleSheet(SfxStyleSheet* /*pNewStyleSheet*/, bool /*bDontRemoveHardAttr*/)
{
assert(!"EmptyProperties::SetStyleSheet() should never be called");