Kaydet (Commit) 71d329d1 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Noel Grandin

loplugin:stringconstant in sw/qa/extras/layout

Change-Id: I4934240946b435e7b5b13c2623143f7741106efa
Reviewed-on: https://gerrit.libreoffice.org/71599
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 66b9b44a
......@@ -2741,10 +2741,9 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf122607_regression)
if (mxComponent.is())
mxComponent->dispose();
auto const pName("tdf122607_leerzeile.odt");
OUString const pName("tdf122607_leerzeile.odt");
OUString const url(m_directories.getURLFromSrc(DATA_DIRECTORY)
+ OUString::createFromAscii(pName));
OUString const url(m_directories.getURLFromSrc(DATA_DIRECTORY) + pName);
// note: must set Hidden property, so that SfxFrameViewWindow_Impl::Resize()
// does *not* forward initial VCL Window Resize and thereby triggers a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment