summaryrefslogtreecommitdiff
path: root/animations/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-14 07:51:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-14 07:51:13 +0000
commit2a774ceb825ad4cb0f9d1141cde301d725b97bee (patch)
tree168b42488cf262fdc0fd4ecd0824f8443a421198 /animations/source
parentb2added9ed6cab9942340536196798c4739590f0 (diff)
INTEGRATION: CWS dbo603 (1.3.10); FILE MERGED
2006/03/13 15:32:30 dbo 1.3.10.1: #i63007# Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'animations/source')
-rw-r--r--animations/source/animcore/targetpropertiescreator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/animations/source/animcore/targetpropertiescreator.cxx b/animations/source/animcore/targetpropertiescreator.cxx
index 52baeae87012..838cc5cfb36a 100644
--- a/animations/source/animcore/targetpropertiescreator.cxx
+++ b/animations/source/animcore/targetpropertiescreator.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: targetpropertiescreator.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 15:47:23 $
+ * last change: $Author: vg $ $Date: 2006-03-14 08:51:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -518,7 +518,7 @@ namespace animcore
aCurr->first.mnParagraphIndex ) );
}
- rCurrProps.Properties = ::comphelper::containerToSequence< beans::NamedValue >( aCurr->second );
+ rCurrProps.Properties = ::comphelper::containerToSequence( aCurr->second );
++aCurr;
}