diff options
Diffstat (limited to 'oox/source/ppt/animvariantcontext.cxx')
-rw-r--r-- | oox/source/ppt/animvariantcontext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/animvariantcontext.cxx b/oox/source/ppt/animvariantcontext.cxx index 67a24e379b45..e5f7f387b3cb 100644 --- a/oox/source/ppt/animvariantcontext.cxx +++ b/oox/source/ppt/animvariantcontext.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: animvariantcontext.cxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -106,7 +106,7 @@ namespace oox { namespace ppt { } case NMSP_PPT|XML_strVal: { - OUString val = attribs.getString( XML_val ); + OUString val = attribs.getString( XML_val, OUString() ); convertMeasure( val ); // ignore success or failure if it fails, use as is maValue = makeAny( val ); break; |