diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/svrtf/svparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index 5b5354081bd2..50c231390e0d 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -550,7 +550,7 @@ void SvParser::Continue( int ) { } -void SvParser::BuildWhichTbl( std::vector<sal_uInt16> &rWhichMap, +void SvParser::BuildWhichTable( std::vector<sal_uInt16> &rWhichMap, sal_uInt16 *pWhichIds, sal_uInt16 nWhichIds ) { |