summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpstory.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-20 20:46:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-21 11:47:18 +0000
commit68f519f5d3f90a9f7ae7c91dc1d6653440a9c6d6 (patch)
tree0f8c73bafb42253cad2c191359baa0cea541fdaf /lotuswordpro/source/filter/lwpstory.cxx
parentoffapi: ParseResult documentation makes no sense (diff)
downloadcore-68f519f5d3f90a9f7ae7c91dc1d6653440a9c6d6.tar.gz
core-68f519f5d3f90a9f7ae7c91dc1d6653440a9c6d6.zip
cppcheck: silence unusedPrivateFunction
somewhat odd this-> syntax here Change-Id: Ic69e72e15a9f90741e9422e14eb9a6d4784c7aa9
Diffstat (limited to 'lotuswordpro/source/filter/lwpstory.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpstory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpstory.cxx b/lotuswordpro/source/filter/lwpstory.cxx
index 64d15c0d41a8..6abdba41476c 100644
--- a/lotuswordpro/source/filter/lwpstory.cxx
+++ b/lotuswordpro/source/filter/lwpstory.cxx
@@ -407,7 +407,7 @@ XFContentContainer* LwpStory::GetXFContent()
LwpPara* LwpStory::GetLastParaOfPreviousStory()
{
- rtl::Reference<LwpVirtualLayout> xVLayout(this->GetLayout(nullptr));
+ rtl::Reference<LwpVirtualLayout> xVLayout(GetLayout(nullptr));
if (xVLayout.is())
{
return xVLayout->GetLastParaOfPreviousStory();