diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-12-27 02:28:17 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-12-26 19:05:45 +0000 |
commit | 1d4c0528a8085a86fa2e260847f5b794ebb0c41d (patch) | |
tree | 560ed9e8a2950c19c7a377bf5188570223f99e30 /include/oox/ppt | |
parent | 422bedb783b9484a7a4b0de5b7ee4634cf6c972c (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 'include/oox/ppt')
-rw-r--r-- | include/oox/ppt/customshowlistcontext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/customshowlistcontext.hxx b/include/oox/ppt/customshowlistcontext.hxx index fac3b0216b73..136d6e53adf8 100644 --- a/include/oox/ppt/customshowlistcontext.hxx +++ b/include/oox/ppt/customshowlistcontext.hxx @@ -28,7 +28,7 @@ namespace oox { namespace ppt { struct CustomShow { - OUString maName; + OUString maCustomShowName; OUString mnId; std::vector< OUString >maSldLst; }; |