diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-24 17:36:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-24 17:36:50 +0100 |
commit | c6568ab9a6192675d72de58f72dd5d8e5c14db0a (patch) | |
tree | 570b5fafeb062f4b40251b2de41ae93187cb9dd4 /sd/qa | |
parent | 15b033d1dd09cd1898a994a0f12e38ed5cf847cb (diff) |
SdResId used just for its id
Change-Id: I37bc1e8f52c4968a26b12d5b9609dfe7b1f7827a
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/dialogs-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index aa0837ecf3ce..b6d346fdd1d3 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -477,7 +477,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID) pRetval = getSdAbstractDialogFactory()->CreateSdPresLayoutTemplateDlg( getDocShell(), Application::GetDefDialogParent(), - SdResId(TAB_PRES_LAYOUT_TEMPLATE), + TAB_PRES_LAYOUT_TEMPLATE, *pStyleSheet, PO_TITLE, pStyleSheetPool); |