summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/basegfx/curve/b2dcubicbezier.hxx1
-rw-r--r--include/drawinglayer/attribute/sdrglowattribute.hxx2
-rw-r--r--include/editeng/editdata.hxx1
-rw-r--r--include/filter/msfilter/svdfppt.hxx1
-rw-r--r--include/jvmaccess/unovirtualmachine.hxx2
-rw-r--r--include/jvmaccess/virtualmachine.hxx2
-rw-r--r--include/oox/drawingml/chart/modelbase.hxx1
-rw-r--r--include/svl/itemiter.hxx1
-rw-r--r--include/svx/colorwindow.hxx1
-rw-r--r--include/svx/dlgctl3d.hxx1
-rw-r--r--include/svx/fmobjfac.hxx1
-rw-r--r--include/svx/objfac3d.hxx1
-rw-r--r--include/svx/svdview.hxx1
-rw-r--r--include/vcl/GraphicNativeMetadata.hxx1
-rw-r--r--include/vcl/GraphicNativeTransform.hxx1
-rw-r--r--include/vcl/cvtgrf.hxx1
-rw-r--r--include/vcl/mtfxmldump.hxx1
-rw-r--r--include/vcl/toolkit/treelistbox.hxx1
-rw-r--r--include/xmloff/DashStyle.hxx2
-rw-r--r--include/xmloff/GradientStyle.hxx2
-rw-r--r--include/xmloff/HatchStyle.hxx2
-rw-r--r--include/xmloff/MarkerStyle.hxx2
-rw-r--r--include/xmloff/xmlnume.hxx1
23 files changed, 1 insertions, 29 deletions
diff --git a/include/basegfx/curve/b2dcubicbezier.hxx b/include/basegfx/curve/b2dcubicbezier.hxx
index 78519073ffff..4d8d9406e930 100644
--- a/include/basegfx/curve/b2dcubicbezier.hxx
+++ b/include/basegfx/curve/b2dcubicbezier.hxx
@@ -42,7 +42,6 @@ namespace basegfx
B2DCubicBezier();
B2DCubicBezier(const B2DCubicBezier& rBezier);
B2DCubicBezier(const B2DPoint& rStart, const B2DPoint& rControlPointA, const B2DPoint& rControlPointB, const B2DPoint& rEnd);
- ~B2DCubicBezier();
// assignment operator
B2DCubicBezier& operator=(const B2DCubicBezier& rBezier);
diff --git a/include/drawinglayer/attribute/sdrglowattribute.hxx b/include/drawinglayer/attribute/sdrglowattribute.hxx
index 156beccc39e7..d4045bbc14f7 100644
--- a/include/drawinglayer/attribute/sdrglowattribute.hxx
+++ b/include/drawinglayer/attribute/sdrglowattribute.hxx
@@ -26,7 +26,7 @@ public:
SdrGlowAttribute();
SdrGlowAttribute(const SdrGlowAttribute&);
SdrGlowAttribute(SdrGlowAttribute&&);
- ~SdrGlowAttribute();
+
bool operator==(const SdrGlowAttribute& rCandidate) const;
SdrGlowAttribute& operator=(const SdrGlowAttribute&);
diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx
index 5ed618fc7b80..8366b022e9b8 100644
--- a/include/editeng/editdata.hxx
+++ b/include/editeng/editdata.hxx
@@ -249,7 +249,6 @@ struct RtfImportInfo
short nTokenValue;
RtfImportInfo( RtfImportState eState, SvParser<int>* pPrsrs, const ESelection& rSel );
- ~RtfImportInfo();
};
struct ParagraphInfos
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 7ff89082d33c..5ae54baedf2c 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -666,7 +666,6 @@ struct PPTTextParagraphStyleAtomInterpreter
bool bLatinTextWrap;
PPTTextParagraphStyleAtomInterpreter();
- ~PPTTextParagraphStyleAtomInterpreter();
bool Read( SvStream& rIn, const DffRecordHeader& rRecHd );
};
diff --git a/include/jvmaccess/unovirtualmachine.hxx b/include/jvmaccess/unovirtualmachine.hxx
index ac7cf107f4d4..f3e34e641d6b 100644
--- a/include/jvmaccess/unovirtualmachine.hxx
+++ b/include/jvmaccess/unovirtualmachine.hxx
@@ -44,8 +44,6 @@ public:
CreationException(CreationException const&);
- ~CreationException();
-
CreationException& operator=(CreationException const&);
};
diff --git a/include/jvmaccess/virtualmachine.hxx b/include/jvmaccess/virtualmachine.hxx
index 22b224e348b6..b4edf4de98d9 100644
--- a/include/jvmaccess/virtualmachine.hxx
+++ b/include/jvmaccess/virtualmachine.hxx
@@ -62,8 +62,6 @@ public:
CreationException(CreationException const&);
- ~CreationException();
-
CreationException& operator=(CreationException const&);
};
diff --git a/include/oox/drawingml/chart/modelbase.hxx b/include/oox/drawingml/chart/modelbase.hxx
index cdec3da17ce4..a167077753e0 100644
--- a/include/oox/drawingml/chart/modelbase.hxx
+++ b/include/oox/drawingml/chart/modelbase.hxx
@@ -116,7 +116,6 @@ struct LayoutModel
bool mbAutoLayout; /// True = automatic positioning.
LayoutModel();
- ~LayoutModel();
};
} // namespace oox::drawingml::chart
diff --git a/include/svl/itemiter.hxx b/include/svl/itemiter.hxx
index 910b430e4161..be2bf2e4360d 100644
--- a/include/svl/itemiter.hxx
+++ b/include/svl/itemiter.hxx
@@ -33,7 +33,6 @@ class SVL_DLLPUBLIC SfxItemIter
public:
SfxItemIter(const SfxItemSet& rSet);
- ~SfxItemIter();
/// get item, or null if no items
const SfxPoolItem* GetCurItem() const
diff --git a/include/svx/colorwindow.hxx b/include/svx/colorwindow.hxx
index 2fc23adde44d..823c819f0e2c 100644
--- a/include/svx/colorwindow.hxx
+++ b/include/svx/colorwindow.hxx
@@ -39,7 +39,6 @@ class SVXCORE_DLLPUBLIC ColorStatus
Color maBLTRColor;
public:
ColorStatus();
- ~ColorStatus();
void statusChanged( const css::frame::FeatureStateEvent& rEvent );
Color GetColor();
};
diff --git a/include/svx/dlgctl3d.hxx b/include/svx/dlgctl3d.hxx
index d5d75e72dc62..afa246b1601a 100644
--- a/include/svx/dlgctl3d.hxx
+++ b/include/svx/dlgctl3d.hxx
@@ -151,7 +151,6 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxLightCtl3D
public:
SvxLightCtl3D(Svx3DLightControl& rLightControl, weld::Scale& rHori,
weld::Scale& rVert, weld::Button& rButton);
- ~SvxLightCtl3D();
// check the selection for validity
void CheckSelection();
diff --git a/include/svx/fmobjfac.hxx b/include/svx/fmobjfac.hxx
index 188ff895d8f7..f165cf7b2247 100644
--- a/include/svx/fmobjfac.hxx
+++ b/include/svx/fmobjfac.hxx
@@ -30,7 +30,6 @@ class SVX_DLLPUBLIC FmFormObjFactory
{
public:
FmFormObjFactory();
- ~FmFormObjFactory();
DECL_DLLPRIVATE_STATIC_LINK(FmFormObjFactory, MakeObject, SdrObjCreatorParams, SdrObject*);
};
diff --git a/include/svx/objfac3d.hxx b/include/svx/objfac3d.hxx
index 75201a554573..24b14de5a46b 100644
--- a/include/svx/objfac3d.hxx
+++ b/include/svx/objfac3d.hxx
@@ -36,7 +36,6 @@ class SVXCORE_DLLPUBLIC E3dObjFactory
{
public:
E3dObjFactory();
- ~E3dObjFactory();
DECL_DLLPRIVATE_STATIC_LINK(E3dObjFactory, MakeObject, SdrObjCreatorParams, SdrObject*);
};
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index 83c780b431ec..166990985830 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -123,7 +123,6 @@ struct SVXCORE_DLLPUBLIC SdrViewEvent
public:
SdrViewEvent();
- ~SdrViewEvent();
};
// helper class for all D&D overlays
diff --git a/include/vcl/GraphicNativeMetadata.hxx b/include/vcl/GraphicNativeMetadata.hxx
index 7cc8b663f18a..7ef2adee8bbc 100644
--- a/include/vcl/GraphicNativeMetadata.hxx
+++ b/include/vcl/GraphicNativeMetadata.hxx
@@ -29,7 +29,6 @@ class VCL_DLLPUBLIC GraphicNativeMetadata final
public:
GraphicNativeMetadata();
- ~GraphicNativeMetadata();
bool read(Graphic const& rGraphic);
bool read(SvStream& rStream);
diff --git a/include/vcl/GraphicNativeTransform.hxx b/include/vcl/GraphicNativeTransform.hxx
index eedec3a4ee00..2f82aa1583db 100644
--- a/include/vcl/GraphicNativeTransform.hxx
+++ b/include/vcl/GraphicNativeTransform.hxx
@@ -36,7 +36,6 @@ class VCL_DLLPUBLIC GraphicNativeTransform final
public:
GraphicNativeTransform(Graphic& rGraphic);
- ~GraphicNativeTransform();
void rotate(Degree10 aRotation);
};
diff --git a/include/vcl/cvtgrf.hxx b/include/vcl/cvtgrf.hxx
index d43a7c0d2e75..f3d2024e815c 100644
--- a/include/vcl/cvtgrf.hxx
+++ b/include/vcl/cvtgrf.hxx
@@ -37,7 +37,6 @@ private:
public:
GraphicConverter();
- ~GraphicConverter();
static ErrCode Import( SvStream& rIStm, Graphic& rGraphic, ConvertDataFormat nFormat = ConvertDataFormat::Unknown );
static ErrCode Export( SvStream& rOStm, const Graphic& rGraphic, ConvertDataFormat nFormat );
diff --git a/include/vcl/mtfxmldump.hxx b/include/vcl/mtfxmldump.hxx
index 3425bccb710f..9970ea8a0d5a 100644
--- a/include/vcl/mtfxmldump.hxx
+++ b/include/vcl/mtfxmldump.hxx
@@ -49,7 +49,6 @@ class VCL_DLLPUBLIC MetafileXmlDump final
public:
MetafileXmlDump();
- ~MetafileXmlDump();
void filterActionType(const MetaActionType nActionType, bool bShouldFilter);
void filterAllActionTypes();
diff --git a/include/vcl/toolkit/treelistbox.hxx b/include/vcl/toolkit/treelistbox.hxx
index 69c07b422094..491adbdbea30 100644
--- a/include/vcl/toolkit/treelistbox.hxx
+++ b/include/vcl/toolkit/treelistbox.hxx
@@ -106,7 +106,6 @@ public:
SvLBoxTab();
SvLBoxTab( tools::Long nPos, SvLBoxTabFlags nFlags );
SvLBoxTab( const SvLBoxTab& );
- ~SvLBoxTab();
SvLBoxTabFlags nFlags;
diff --git a/include/xmloff/DashStyle.hxx b/include/xmloff/DashStyle.hxx
index da31f66c0af9..c27234124556 100644
--- a/include/xmloff/DashStyle.hxx
+++ b/include/xmloff/DashStyle.hxx
@@ -38,7 +38,6 @@ class XMLOFF_DLLPUBLIC XMLDashStyleImport
public:
XMLDashStyleImport( SvXMLImport& rImport );
- ~XMLDashStyleImport();
void importXML(
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList,
@@ -53,7 +52,6 @@ class XMLOFF_DLLPUBLIC XMLDashStyleExport
public:
XMLDashStyleExport( SvXMLExport& rExport );
- ~XMLDashStyleExport();
void exportXML( const OUString& rStrName,
const css::uno::Any& rValue );
diff --git a/include/xmloff/GradientStyle.hxx b/include/xmloff/GradientStyle.hxx
index 8c4c4c686cd3..db946279a238 100644
--- a/include/xmloff/GradientStyle.hxx
+++ b/include/xmloff/GradientStyle.hxx
@@ -39,7 +39,6 @@ class XMLOFF_DLLPUBLIC XMLGradientStyleImport
public:
XMLGradientStyleImport( SvXMLImport& rImport );
- ~XMLGradientStyleImport();
void importXML(
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList,
@@ -54,7 +53,6 @@ class XMLOFF_DLLPUBLIC XMLGradientStyleExport
public:
XMLGradientStyleExport( SvXMLExport& rExport );
- ~XMLGradientStyleExport();
void exportXML(
const OUString& rStrName,
diff --git a/include/xmloff/HatchStyle.hxx b/include/xmloff/HatchStyle.hxx
index 76e9ae621aa1..9ded654e53e2 100644
--- a/include/xmloff/HatchStyle.hxx
+++ b/include/xmloff/HatchStyle.hxx
@@ -39,7 +39,6 @@ class XMLOFF_DLLPUBLIC XMLHatchStyleImport
public:
XMLHatchStyleImport( SvXMLImport& rImport );
- ~XMLHatchStyleImport();
void importXML(
const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList,
@@ -53,7 +52,6 @@ class XMLOFF_DLLPUBLIC XMLHatchStyleExport
public:
XMLHatchStyleExport( SvXMLExport& rExport );
- ~XMLHatchStyleExport();
void exportXML( const OUString& rStrName, const css::uno::Any& rValue );
};
diff --git a/include/xmloff/MarkerStyle.hxx b/include/xmloff/MarkerStyle.hxx
index 33b39a6bd199..ce1ae3080a00 100644
--- a/include/xmloff/MarkerStyle.hxx
+++ b/include/xmloff/MarkerStyle.hxx
@@ -39,7 +39,6 @@ class XMLOFF_DLLPUBLIC XMLMarkerStyleImport
public:
XMLMarkerStyleImport( SvXMLImport& rImport );
- ~XMLMarkerStyleImport();
void importXML(
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList,
@@ -53,7 +52,6 @@ class XMLOFF_DLLPUBLIC XMLMarkerStyleExport
public:
XMLMarkerStyleExport( SvXMLExport& rExport );
- ~XMLMarkerStyleExport();
void exportXML(
const OUString& rStrName,
diff --git a/include/xmloff/xmlnume.hxx b/include/xmloff/xmlnume.hxx
index 683d3025d4dd..68818f1076ff 100644
--- a/include/xmloff/xmlnume.hxx
+++ b/include/xmloff/xmlnume.hxx
@@ -57,7 +57,6 @@ class XMLOFF_DLLPUBLIC SvxXMLNumRuleExport final
public:
SvxXMLNumRuleExport( SvXMLExport& rExport );
- ~SvxXMLNumRuleExport();
// should be private but sw::StoredChapterNumberingExport needs it
void exportLevelStyles(