summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-19 17:17:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-19 17:17:23 +0200
commit347779c223eed6e41b952f49fc0c0d0bec59f846 (patch)
tree086979749b1d7d8b940c7af4199e23d4d871a226 /sd/qa
parente2bb12f8888af0b6dad58ad0acfd071df01f6655 (diff)
loplugin:stringcopy: sd
Change-Id: I6cb37109870b4461d08fccc4a7ac31096416b1d4
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unit/import-tests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index d52eda84d41a..d379b1fd86c4 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -1207,7 +1207,7 @@ void SdImportTest::testBulletSuffix()
const EditTextObject& aEdit = pTxtObj->GetOutlinerParaObject()->GetTextObject();
const SvxNumBulletItem *pNumFmt = dynamic_cast<const SvxNumBulletItem *>(aEdit.GetParaAttribs(1).GetItem(EE_PARA_NUMBULLET));
CPPUNIT_ASSERT(pNumFmt);
- CPPUNIT_ASSERT_EQUAL_MESSAGE( "Bullet's suffix is wrong!", OUString(pNumFmt->GetNumRule()->GetLevel(0).GetSuffix()), OUString() );
+ CPPUNIT_ASSERT_EQUAL_MESSAGE( "Bullet's suffix is wrong!", pNumFmt->GetNumRule()->GetLevel(0).GetSuffix(), OUString() );
xDocShRef->DoClose();
}