diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-05-23 12:44:07 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-05-26 00:51:13 +0200 |
commit | 1ef03cad1ac3d593b4ac361ef582b3fd4fc96677 (patch) | |
tree | ca368373ccdceada3af4cced183549c356276b0e /sw/qa | |
parent | 0509dbec0e3c9e9c64f5b487f5197ca4602838cc (diff) |
now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is gone
Change-Id: I82f8ed0560750d4f7bec71ea8bd3c8089b884da7
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/core/macros-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/macros-test.cxx b/sw/qa/core/macros-test.cxx index fde13f462a9e..488719919046 100644 --- a/sw/qa/core/macros-test.cxx +++ b/sw/qa/core/macros-test.cxx @@ -440,7 +440,7 @@ void SwMacrosTest::testFindReplace() SwDoc *const pDoc = pTextDoc->GetDocShell()->GetDoc(); SwNodeIndex aIdx(pDoc->GetNodes().GetEndOfContent(), -1); // use a UnoCrsr so it will be corrected when deleting nodes - auto pPaM(pDoc->CreateUnoCrsr2(SwPosition(aIdx), false)); + auto pPaM(pDoc->CreateUnoCrsr(SwPosition(aIdx), false)); IDocumentContentOperations & rIDCO(pDoc->getIDocumentContentOperations()); rIDCO.InsertString(*pPaM, OUString("foo")); |