summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index d49df3c237a9..6c4f791fd296 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -122,7 +122,7 @@ public:
sal_uInt16 nPrfx,
const OUString& rLName,
OUString& rTitleOrDesc );
- virtual ~XMLTextFrameTitleOrDescContext_Impl();
+ virtual ~XMLTextFrameTitleOrDescContext_Impl() override;
virtual void Characters( const OUString& rText ) override;
};
@@ -157,7 +157,7 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
sal_uInt16 nType,
ParamMap &rParamMap);
- virtual ~XMLTextFrameParam_Impl();
+ virtual ~XMLTextFrameParam_Impl() override;
};
@@ -211,7 +211,7 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
const Reference < XPropertySet >& rPropSet,
bool bPath );
- virtual ~XMLTextFrameContourContext_Impl();
+ virtual ~XMLTextFrameContourContext_Impl() override;
};
@@ -426,7 +426,7 @@ public:
css::text::TextContentAnchorType eAnchorType,
sal_uInt16 nType,
const css::uno::Reference<css::xml::sax::XAttributeList > & rFrameAttrList );
- virtual ~XMLTextFrameContext_Impl();
+ virtual ~XMLTextFrameContext_Impl() override;
virtual void EndElement() override;