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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/text/txtparaimphint.hxx b/xmloff/source/text/txtparaimphint.hxx
index 0a2b9ca8540e..eebc5f763951 100644
--- a/xmloff/source/text/txtparaimphint.hxx
+++ b/xmloff/source/text/txtparaimphint.hxx
@@ -76,7 +76,7 @@ public:
sStyleName( rStyleName )
{
}
- virtual ~XMLStyleHint_Impl() {}
+ virtual ~XMLStyleHint_Impl() override {}
const OUString& GetStyleName() const { return sStyleName; }
};
@@ -94,7 +94,7 @@ public:
{
}
- virtual ~XMLReferenceHint_Impl() {}
+ virtual ~XMLReferenceHint_Impl() override {}
const OUString& GetRefName() const { return sRefName; }
};
@@ -160,7 +160,7 @@ public:
{
}
- virtual ~XMLIndexMarkHint_Impl() {}
+ virtual ~XMLIndexMarkHint_Impl() override {}
const css::uno::Reference<css::beans::XPropertySet> & GetMark() const
{ return xIndexMarkPropSet; }
@@ -181,7 +181,7 @@ public:
{
}
- virtual ~XMLTextFrameHint_Impl()
+ virtual ~XMLTextFrameHint_Impl() override
{
}
@@ -238,7 +238,7 @@ public:
{
}
- virtual ~XMLDrawHint_Impl()
+ virtual ~XMLDrawHint_Impl() override
{
}