summaryrefslogtreecommitdiff
path: root/oox/source/ppt/timenode.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-22 10:11:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-22 10:11:13 +0200
commitff1356ab02a79b47e2b39f57f2a0864334deb5a2 (patch)
treebda1ef45571118568c53af07622ea4e81f9215ff /oox/source/ppt/timenode.cxx
parent85825e0fd54551735ef05b8484f71974734b9135 (diff)
Avoid reserved identifiers
Change-Id: Ie1664e06dc02f7070e4ef77155e6541c70b2f8e8
Diffstat (limited to 'oox/source/ppt/timenode.cxx')
-rw-r--r--oox/source/ppt/timenode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx
index 6c068aca6468..dee91bd649e8 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -291,7 +291,7 @@ namespace oox { namespace ppt {
OUString sString;
Sequence< NamedValue > aSeq;
- for( int i = 0; i < _NP_SIZE; i++)
+ for( int i = 0; i < NP_SIZE_; i++)
{
Any & aValue( maNodeProperties[ i ] );
if( aValue.hasValue() )