summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgimagenode.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-20 10:34:01 +0200
committerNoel Grandin <noel@peralex.com>2016-04-21 08:32:47 +0200
commit5abc669599001bf888b97c4d3c2715e1fb7523b9 (patch)
tree2407c6fc040a795e6ffc69de02ba940285c04c7f /svgio/source/svgreader/svgimagenode.cxx
parent5bb308a9ad16f6002486a60e4a753693818580b6 (diff)
new plugin stylepolice
check for local variables which follow our member field naming convention, which is highly confusing Change-Id: Idacedf7145d09843e96a584237b385f7662eea10
Diffstat (limited to 'svgio/source/svgreader/svgimagenode.cxx')
-rw-r--r--svgio/source/svgreader/svgimagenode.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svgio/source/svgreader/svgimagenode.cxx b/svgio/source/svgreader/svgimagenode.cxx
index d58dd716b8cd..47c802353322 100644
--- a/svgio/source/svgreader/svgimagenode.cxx
+++ b/svgio/source/svgreader/svgimagenode.cxx
@@ -258,11 +258,11 @@ namespace svgio
}
else if(!maXLink.isEmpty())
{
- const SvgNode* mpXLink = getDocument().findSvgNodeById(maXLink);
+ const SvgNode* pXLink = getDocument().findSvgNodeById(maXLink);
- if(mpXLink && Display_none != mpXLink->getDisplay())
+ if(pXLink && Display_none != pXLink->getDisplay())
{
- mpXLink->decomposeSvgNode(aNewTarget, true);
+ pXLink->decomposeSvgNode(aNewTarget, true);
if(!aNewTarget.empty())
{