diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-09 14:34:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-09 14:34:31 +0000 |
commit | 705a218461a35e033c9cf63b994d16a1f91d2413 (patch) | |
tree | 59125664f75339975c3b5a8330cfd37b869d2bec /sw/source/core/unocore/unoidx.cxx | |
parent | 2700982599036bf404014d47cbcf355588cd2295 (diff) |
#65293#: C40_INSERT()
Diffstat (limited to 'sw/source/core/unocore/unoidx.cxx')
-rw-r--r-- | sw/source/core/unocore/unoidx.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/source/core/unocore/unoidx.cxx b/sw/source/core/unocore/unoidx.cxx index 50feb648ec31..b13f98c008c1 100644 --- a/sw/source/core/unocore/unoidx.cxx +++ b/sw/source/core/unocore/unoidx.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoidx.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2000-11-09 10:24:14 $ + * last change: $Author: hr $ $Date: 2000-11-09 15:34:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,6 @@ * ************************************************************************/ - #ifdef PRECOMPILED #include "core_pch.hxx" #endif @@ -149,7 +148,6 @@ #ifndef _HINTS_HXX #include <hints.hxx> #endif - #include <algorithm> using namespace ::com::sun::star; @@ -878,7 +876,7 @@ uno::Any SwXDocumentIndex::getPropertyValue(const OUString& rPropertyName) while( pMark ) { if(pMark->GetTxtTOXMark()) - aMarks.Insert(pMark, aMarks.Count()); + aMarks.C40_INSERT(SwTOXMark, pMark, aMarks.Count()); pMark = (SwTOXMark*)aIter.Next(); } Sequence< Reference < XDocumentIndexMark > > aXMarks(aMarks.Count()); |