diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-29 15:42:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-29 15:42:02 +0000 |
commit | 9d6360ca91cc82b460425b51c745a6866b5b800d (patch) | |
tree | dabb8148d145b1174f7f6bca647f6359ed9eeb88 /extensions/source/bibliography/framectr.cxx | |
parent | 1e5c272401fd6f29364de5cbe6a5f9425fc68bb6 (diff) |
#i10000# arrayToSequence has changed
Diffstat (limited to 'extensions/source/bibliography/framectr.cxx')
-rw-r--r-- | extensions/source/bibliography/framectr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx index 4549aa938..a0d4db216 100644 --- a/extensions/source/bibliography/framectr.cxx +++ b/extensions/source/bibliography/framectr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: framectr.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: obo $ $Date: 2004-11-16 14:47:02 $ + * last change: $Author: obo $ $Date: 2004-11-29 16:42:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -465,7 +465,7 @@ throw (::com::sun::star::uno::RuntimeException) } ::com::sun::star::uno::Sequence< ::com::sun::star::frame::DispatchInformation > aSeq = - comphelper::containerToSequence< std::list< ::com::sun::star::frame::DispatchInformation >, ::com::sun::star::frame::DispatchInformation >( aDispatchInfoList ); + comphelper::containerToSequence< ::com::sun::star::frame::DispatchInformation, std::list< ::com::sun::star::frame::DispatchInformation > >( aDispatchInfoList ); return aSeq; } |