summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfstringbuffer.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-06-15 21:06:24 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-06-16 08:05:27 +0200
commit9e9f310648992e103d664a82a96ed5bdee1db4ad (patch)
treebdb03dd35ebf2b043bb68ef25196b435dafe01f7 /sw/source/filter/ww8/rtfstringbuffer.cxx
parent5e8eb215d9709c384f0f84c339d03e5d9c60c43c (diff)
sw RTF filter: more cleanup of redundant virtual keywords
Change-Id: Ia2596e11f303edf5e1b81ab90062fd93df42159b Reviewed-on: https://gerrit.libreoffice.org/38847 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/source/filter/ww8/rtfstringbuffer.cxx')
-rw-r--r--sw/source/filter/ww8/rtfstringbuffer.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/rtfstringbuffer.cxx b/sw/source/filter/ww8/rtfstringbuffer.cxx
index 3d7cffc76a7d..cd6c3eb6c4c2 100644
--- a/sw/source/filter/ww8/rtfstringbuffer.cxx
+++ b/sw/source/filter/ww8/rtfstringbuffer.cxx
@@ -9,11 +9,7 @@
#include "rtfstringbuffer.hxx"
#include "rtfattributeoutput.hxx"
-RtfStringBufferValue::RtfStringBufferValue()
- : m_pFlyFrameFormat(nullptr),
- m_pGrfNode(nullptr)
-{
-}
+RtfStringBufferValue::RtfStringBufferValue() = default;
RtfStringBufferValue::RtfStringBufferValue(const SwFlyFrameFormat* pFlyFrameFormat, const SwGrfNode* pGrfNode)
: m_pFlyFrameFormat(pFlyFrameFormat),