diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-30 16:03:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-31 10:00:07 +0200 |
commit | bf02fe3b4db51c8e5c80c3438f0fc166ef386861 (patch) | |
tree | 2b3e595ea7719e1e8477eda68a788bda2a18c81d /sw/qa | |
parent | f1226d19d944791fc0150c064d1a9985d5913907 (diff) |
inline some get-function-pointer-collection functions
no need to have two different ways of getting to the SwMoveFnCollection
structs, they are already exposed and used as global constants
Change-Id: Iec6e1ee2d9cd2edb8237f24d72024652271a9d5e
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index e1b9a6571c0c..875c2c184851 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -399,7 +399,7 @@ void SwUiWriterTest::testBookmarkCopy() rIDCO.SplitNode(*aPaM.GetPoint(), false); rIDCO.InsertString(aPaM, "bar"); aPaM.SetMark(); - aPaM.MovePara(GoCurrPara, GetfnParaStart()); + aPaM.MovePara(GoCurrPara, fnParaStart); rIDMA.makeMark(aPaM, "Mark", IDocumentMarkAccess::MarkType::BOOKMARK); aPaM.Exchange(); aPaM.DeleteMark(); |