diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-20 16:11:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-26 16:38:05 +0100 |
commit | 331e4d03a70900bc390b376f4073d0efd868b919 (patch) | |
tree | f4bd121485872447062e30001758670d9700aa85 /sw/qa | |
parent | e5e85f2987a27db7efb2b24039b5c1ddf3f5d90e (diff) |
refactor ModelToViewHelper, should have unchanged results
Change-Id: Ib57f0d6f9491d12ffacada5ec0ae8bc68874c25b
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/core/swdoc-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/swdoc-test.cxx b/sw/qa/core/swdoc-test.cxx index ae4926697fed..e47b7d18ecd3 100644 --- a/sw/qa/core/swdoc-test.cxx +++ b/sw/qa/core/swdoc-test.cxx @@ -238,7 +238,7 @@ void SwDocTest::testSwScanner() { SwScanner aScanner(*pTxtNode, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Hello World")), - 0, 0, i18n::WordType::DICTIONARY_WORD, 0, + 0, ModelToViewHelper(), i18n::WordType::DICTIONARY_WORD, 0, RTL_CONSTASCII_LENGTH("Hello World")); bool bFirstOk = aScanner.NextWord(); |