summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/toxmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-15 18:49:54 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-20 19:46:40 +0200
commit05d46a4a5afc447ece8e4297b1a9b8e9e9b99b90 (patch)
tree2d1c751cf3b3dfeadde859db4c77070fca2a4a80 /sw/source/ui/inc/toxmgr.hxx
parentConvert SV_DECL_PTRARR(SwSttNdPtrs) to std::vector (diff)
downloadcore-05d46a4a5afc447ece8e4297b1a9b8e9e9b99b90.tar.gz
core-05d46a4a5afc447ece8e4297b1a9b8e9e9b99b90.zip
Convert SV_DECL_PTRARR(SwTOXMarks) to std::vector
Change-Id: Idffc8a90fcd4ada856339fc0be3e4a11478db6cc
Diffstat (limited to 'sw/source/ui/inc/toxmgr.hxx')
-rw-r--r--sw/source/ui/inc/toxmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/toxmgr.hxx b/sw/source/ui/inc/toxmgr.hxx
index 87eb6100a21f..3163109d47ba 100644
--- a/sw/source/ui/inc/toxmgr.hxx
+++ b/sw/source/ui/inc/toxmgr.hxx
@@ -313,7 +313,7 @@ public:
Description: inlines
--------------------------------------------------------------------*/
inline sal_uInt16 SwTOXMgr::GetTOXMarkCount()
- { return aCurMarks.Count(); }
+ { return aCurMarks.size(); }
inline SwTOXMark* SwTOXMgr::GetCurTOXMark()
{ return pCurTOXMark; }