summaryrefslogtreecommitdiff
path: root/oox/source/ppt
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2015-12-27 02:28:17 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2015-12-26 19:05:45 +0000
commit1d4c0528a8085a86fa2e260847f5b794ebb0c41d (patch)
tree560ed9e8a2950c19c7a377bf5188570223f99e30 /oox/source/ppt
parent422bedb783b9484a7a4b0de5b7ee4634cf6c972c (diff)
oox: change instances of maName to more descriptive names
Change-Id: Iee410ec4d256eb5b663d88e048d5bf6200845256 Reviewed-on: https://gerrit.libreoffice.org/20959 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'oox/source/ppt')
-rw-r--r--oox/source/ppt/customshowlistcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/customshowlistcontext.cxx b/oox/source/ppt/customshowlistcontext.cxx
index 133fd25cda24..e45b98befb40 100644
--- a/oox/source/ppt/customshowlistcontext.cxx
+++ b/oox/source/ppt/customshowlistcontext.cxx
@@ -43,7 +43,7 @@ CustomShowContext::CustomShowContext( FragmentHandler2& rParent,
: FragmentHandler2( rParent )
, mrCustomShow( rCustomShow )
{
- mrCustomShow.maName = rxAttribs->getOptionalValue( XML_name );
+ mrCustomShow.maCustomShowName = rxAttribs->getOptionalValue( XML_name );
mrCustomShow.mnId = rxAttribs->getOptionalValue( XML_id );
}