summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-20 14:51:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-23 08:16:02 +0200
commitb17294826830e278d060c876cf4f94a9b4ec16cc (patch)
tree85a1139b0484f44ef8e8edd9af6e0c410e702442 /sw/source/filter/ww8/rtfsdrexport.hxx
parent2559a2a0567dbc392ceb34057c0dc5078bbb9474 (diff)
loplugin:finalclasses in sw
Change-Id: I3b1d689d5eb800a36466376bca735dd31fe4567c Reviewed-on: https://gerrit.libreoffice.org/43639 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/rtfsdrexport.hxx')
-rw-r--r--sw/source/filter/ww8/rtfsdrexport.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/rtfsdrexport.hxx b/sw/source/filter/ww8/rtfsdrexport.hxx
index 6b949d46a582..b8b84fdf3ede 100644
--- a/sw/source/filter/ww8/rtfsdrexport.hxx
+++ b/sw/source/filter/ww8/rtfsdrexport.hxx
@@ -35,7 +35,7 @@ class RtfAttributeOutput;
class SwFrameFormat;
/// Handles export of drawings using RTF markup
-class RtfSdrExport : public EscherEx
+class RtfSdrExport final : public EscherEx
{
RtfExport& m_rExport;
@@ -71,7 +71,7 @@ public:
/// Write editeng text, e.g. shape or comment.
void WriteOutliner(const OutlinerParaObject& rParaObj, TextTypes eType);
-protected:
+private:
/// Start the shape for which we just collected the information.
///
/// Returns the element's tag number, -1 means we wrote nothing.
@@ -86,8 +86,6 @@ protected:
void Commit(EscherPropertyContainer& rProps, const tools::Rectangle& rRect) override;
-private:
-
void OpenContainer(sal_uInt16 nEscherContainer, int nRecInstance = 0) override;
void CloseContainer() override;
@@ -96,7 +94,6 @@ private:
void AddShape(sal_uInt32 nShapeType, ShapeFlag nShapeFlags, sal_uInt32 nShapeId = 0) override;
-private:
/// Add starting and ending point of a line to the m_pShapeAttrList.
void AddLineDimensions(const tools::Rectangle& rRectangle);