diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-12 11:34:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-12 11:41:36 +0200 |
commit | cbd4266beff52cf210f1532b50f8bab74cb8ba8c (patch) | |
tree | 4f0b2c67f1cacfa67b8626b1060e488891e48564 /sw/qa/extras | |
parent | 8ee31c5aac07a28a8208b4c2ca62025f3dafbb35 (diff) |
convert PD_ constants to typed_flags
Change-Id: Ia651dfae33cb1e901f124541a1e12f240d4a7458
Diffstat (limited to 'sw/qa/extras')
-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 855f6a8c352e..73d4de576965 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -1728,7 +1728,7 @@ void SwUiWriterTest::testTdf69282WithMirror() SwPageDesc* sPageDesc = source->MakePageDesc("SourceStyle"); SwPageDesc* tPageDesc = target->MakePageDesc("TargetStyle"); //Enabling Mirror - sPageDesc->SetUseOn(nsUseOnPage::PD_MIRROR); + sPageDesc->SetUseOn(UseOnPage::Mirror); SwFrameFormat& rSourceMasterFormat = sPageDesc->GetMaster(); //Setting horizontal spaces on master SvxLRSpaceItem horizontalSpace(RES_LR_SPACE); |