summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/XMLTextTableContext.cxx4
-rw-r--r--xmloff/source/text/txtfldi.cxx3
-rw-r--r--xmloff/source/text/txtparai.cxx4
-rw-r--r--xmloff/source/text/txtparai.hxx2
-rw-r--r--xmloff/source/text/txtparaimphint.hxx13
-rw-r--r--xmloff/source/text/txtprhdl.cxx4
-rw-r--r--xmloff/source/text/txtprhdl.hxx2
-rw-r--r--xmloff/source/text/txtstyli.cxx3
-rw-r--r--xmloff/source/text/txtvfldi.cxx8
9 files changed, 0 insertions, 43 deletions
diff --git a/xmloff/source/text/XMLTextTableContext.cxx b/xmloff/source/text/XMLTextTableContext.cxx
index 5fcfd88bdfc5..2a5f652e3d99 100644
--- a/xmloff/source/text/XMLTextTableContext.cxx
+++ b/xmloff/source/text/XMLTextTableContext.cxx
@@ -31,8 +31,4 @@ XMLTextTableContext::XMLTextTableContext(
{
}
-XMLTextTableContext::~XMLTextTableContext()
-{
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index c9901616b5c3..909cebb61c16 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -147,9 +147,6 @@ void XMLTextFieldImportContext::StartElement(
}
}
-XMLTextFieldImportContext::~XMLTextFieldImportContext() {
-}
-
OUString const & XMLTextFieldImportContext::GetContent()
{
if (sContent.isEmpty())
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index d35a05224448..74da4e6d6f5d 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -2263,10 +2263,6 @@ XMLNumberedParaContext::XMLNumberedParaContext(
i_rImport.GetTextImport()->GetTextListHelper().PushListContext( this );
}
-XMLNumberedParaContext::~XMLNumberedParaContext()
-{
-}
-
void XMLNumberedParaContext::EndElement()
{
if (!m_ListId.isEmpty()) {
diff --git a/xmloff/source/text/txtparai.hxx b/xmloff/source/text/txtparai.hxx
index 495bd26a73ab..18dc3e78523a 100644
--- a/xmloff/source/text/txtparai.hxx
+++ b/xmloff/source/text/txtparai.hxx
@@ -94,8 +94,6 @@ public:
const OUString& i_rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList > & i_xAttrList );
- virtual ~XMLNumberedParaContext() override;
-
virtual void EndElement() override;
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 i_nPrefix,
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
{
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index e79609004484..a19f05f331c1 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -1336,10 +1336,6 @@ XMLTextPropertyHandlerFactory::XMLTextPropertyHandlerFactory() :
{
}
-XMLTextPropertyHandlerFactory::~XMLTextPropertyHandlerFactory()
-{
-}
-
const XMLPropertyHandler *XMLTextPropertyHandlerFactory::GetPropertyHandler(
sal_Int32 nType ) const
{
diff --git a/xmloff/source/text/txtprhdl.hxx b/xmloff/source/text/txtprhdl.hxx
index 2a823ac32e8b..8870268eb0a8 100644
--- a/xmloff/source/text/txtprhdl.hxx
+++ b/xmloff/source/text/txtprhdl.hxx
@@ -30,12 +30,10 @@ class XMLTextPropertyHandlerFactory : public XMLPropertyHandlerFactory
public:
XMLTextPropertyHandlerFactory();
- virtual ~XMLTextPropertyHandlerFactory() override;
virtual const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nType ) const override ;
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/text/txtstyli.cxx b/xmloff/source/text/txtstyli.cxx
index 8df44e21c744..6a78c2d77e27 100644
--- a/xmloff/source/text/txtstyli.cxx
+++ b/xmloff/source/text/txtstyli.cxx
@@ -149,9 +149,6 @@ XMLTextStyleContext::XMLTextStyleContext( SvXMLImport& rImport,
{
}
-XMLTextStyleContext::~XMLTextStyleContext()
-{}
-
SvXMLImportContext *XMLTextStyleContext::CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx
index 4d67e17baca6..66bd617e6762 100644
--- a/xmloff/source/text/txtvfldi.cxx
+++ b/xmloff/source/text/txtvfldi.cxx
@@ -602,10 +602,6 @@ XMLTableFormulaImportContext::XMLTableFormulaImportContext(
{
}
-XMLTableFormulaImportContext::~XMLTableFormulaImportContext()
-{
-}
-
void XMLTableFormulaImportContext::ProcessAttribute(
sal_uInt16 nAttrToken,
const OUString& sAttrValue )
@@ -1120,10 +1116,6 @@ XMLValueImportHelper::XMLValueImportHelper(
{
}
-XMLValueImportHelper::~XMLValueImportHelper()
-{
-}
-
void XMLValueImportHelper::ProcessAttribute(
sal_uInt16 nAttrToken, const OUString& sAttrValue )
{