make screenshot build failure
Change-Id: I9239bc2789e0c832059704837916881cb5a3756c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93550 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
626ccb3c22
commit
6bf3517d60
1 changed files with 2 additions and 2 deletions
|
@ -453,7 +453,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID)
|
|||
// may be nicer on the long run to take a configuration which represents a selected SdrObject
|
||||
SfxStyleSheetBasePool* pStyleSheetPool = getDocShell()->GetStyleSheetPool();
|
||||
CPPUNIT_ASSERT(pStyleSheetPool);
|
||||
SfxStyleSheetBase* pStyleSheet = pStyleSheetPool->First();
|
||||
SfxStyleSheetBase* pStyleSheet = pStyleSheetPool->First(SfxStyleFamily::Page);
|
||||
CPPUNIT_ASSERT(pStyleSheet);
|
||||
vcl::Window* pWin = Application::GetDefDialogParent();
|
||||
pRetval = getSdAbstractDialogFactory()->CreateSdPresLayoutTemplateDlg(
|
||||
|
@ -482,7 +482,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID)
|
|||
// may be nicer on the long run to take a configuration which represents a selected SdrObject
|
||||
SfxStyleSheetBasePool* pStyleSheetPool = getDocShell()->GetStyleSheetPool();
|
||||
CPPUNIT_ASSERT(pStyleSheetPool);
|
||||
SfxStyleSheetBase* pStyleSheet = pStyleSheetPool->First();
|
||||
SfxStyleSheetBase* pStyleSheet = pStyleSheetPool->First(SfxStyleFamily::Pseudo);
|
||||
CPPUNIT_ASSERT(pStyleSheet);
|
||||
SdDrawDocument* pDrawDoc = getSdXImpressDocument()->GetDoc();
|
||||
CPPUNIT_ASSERT(pDrawDoc);
|
||||
|
|
Loading…
Reference in a new issue