summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoTable.hxx
diff options
context:
space:
mode:
authorNigel Hawkins <n.hawkins@gmx.com>2011-06-15 16:00:39 +0100
committerNigel Hawkins <n.hawkins@gmx.com>2011-06-16 15:40:43 +0100
commitd58ab6acd96439c99911387f71f2feaf67459da9 (patch)
tree8b19f7ab0e466fe6a60a4e5c79f9bcf4e19a5f2a /sw/source/core/inc/UndoTable.hxx
parent8523df7b00968f4edf8d15e9295dc43c2b320c44 (diff)
Replace SvULongs with std::vector in ndtbl.cxx
Also cascaded changes. LGPLv3+/MPL.
Diffstat (limited to 'sw/source/core/inc/UndoTable.hxx')
-rw-r--r--sw/source/core/inc/UndoTable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/UndoTable.hxx b/sw/source/core/inc/UndoTable.hxx
index 78c0af9a8a68..84108dcb6ca8 100644
--- a/sw/source/core/inc/UndoTable.hxx
+++ b/sw/source/core/inc/UndoTable.hxx
@@ -209,7 +209,7 @@ public:
void SaveNewBoxes( const SwTableNode& rTblNd, const SwTableSortBoxes& rOld );
void SaveNewBoxes( const SwTableNode& rTblNd, const SwTableSortBoxes& rOld,
- const SwSelBoxes& rBoxes, const SvULongs& rNodeCnts );
+ const SwSelBoxes& rBoxes, const std::vector<sal_uLong> &rNodeCnts );
void SaveSection( SwStartNode* pSttNd );
void ReNewBoxes( const SwSelBoxes& rBoxes );