diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 11:15:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 11:15:26 +0000 |
commit | d86566c496c26cc83c26bae31489c7fc716b4f81 (patch) | |
tree | 163deff34ad10967c81048957ba4c7245c3ada74 /oox/source/ppt/animvariantcontext.cxx | |
parent | 9a3017794c834671ebcc2a925e7f7edd06bad6ad (diff) |
INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED
2008/05/02 11:22:06 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED
2008/04/16 13:10:10 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts
2008/04/02 12:41:59 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05
2008/04/01 15:38:23 hbrinkm 1.3.4.1: 'Merged xmlfilter04'
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; |