Kaydet (Commit) 92634709 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

screenshots: the screenshots now need a initialized SwModule

Change-Id: I44ea8630a874300e9163d71bd5094a5941d2a419
üst 7ebdc10f
......@@ -16,6 +16,7 @@
#include <vcl/abstdlg.hxx>
#include <swabstdlg.hxx>
#include <swdll.hxx>
using namespace ::com::sun::star;
......@@ -56,6 +57,7 @@ SwDialogsTest2::SwDialogsTest2()
void SwDialogsTest2::setUp()
{
ScreenshotTest::setUp();
SwGlobals::ensure();
// Make sure the swui library's global pSwResMgr is initialized
// (alternatively to dynamically loading the library, SwCreateDialogFactory
// could be declared in an include file and this CppunitTest link against
......
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