sd/qa/unit/dialogs-test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6568ab9a6192675d72de58f72dd5d8e5c14db0a
Author: Caolán McNamara <[email protected]>
Date:   Wed May 24 17:36:50 2017 +0100

    SdResId used just for its id
    
    Change-Id: I37bc1e8f52c4968a26b12d5b9609dfe7b1f7827a

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);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to