summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparaimphint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparaimphint.hxx')
-rw-r--r--xmloff/source/text/txtparaimphint.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/xmloff/source/text/txtparaimphint.hxx b/xmloff/source/text/txtparaimphint.hxx
index eebc5f763951..22301b014221 100644
--- a/xmloff/source/text/txtparaimphint.hxx
+++ b/xmloff/source/text/txtparaimphint.hxx
@@ -76,7 +76,6 @@ public:
sStyleName( rStyleName )
{
}
- virtual ~XMLStyleHint_Impl() override {}
const OUString& GetStyleName() const { return sStyleName; }
};
@@ -94,8 +93,6 @@ public:
{
}
- virtual ~XMLReferenceHint_Impl() override {}
-
const OUString& GetRefName() const { return sRefName; }
};
@@ -160,8 +157,6 @@ public:
{
}
- virtual ~XMLIndexMarkHint_Impl() override {}
-
const css::uno::Reference<css::beans::XPropertySet> & GetMark() const
{ return xIndexMarkPropSet; }
const OUString& GetID() const { return sID; }
@@ -181,10 +176,6 @@ public:
{
}
- virtual ~XMLTextFrameHint_Impl() override
- {
- }
-
css::uno::Reference < css::text::XTextContent > GetTextContent() const
{
css::uno::Reference < css::text::XTextContent > xTxt;
@@ -238,10 +229,6 @@ public:
{
}
- virtual ~XMLDrawHint_Impl() override
- {
- }
-
// Frame "to character": anchor moves from first to last char after saving (#i33242#)
css::uno::Reference < css::drawing::XShape > GetShape() const
{