sc/qa/unit/screenshots/screenshots.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ad89ee8fe3d0d028fa0b61a9cbef54a112093177
Author: Noel Grandin <noel.gran...@collabora.co.uk>
Date:   Fri Mar 24 09:25:57 2017 +0200

    blind fix for screenshot build
    
    after commit 88ec24a23a10af771879421360fe4330cbf174b0
    "convert NAME constants to CreateNameFlags o3tl::typed_flags enum"
    
    Change-Id: I6025e2d2a1717e4741f0241ea65d4a49bb8da917

diff --git a/sc/qa/unit/screenshots/screenshots.cxx 
b/sc/qa/unit/screenshots/screenshots.cxx
index bd0df735000b..eb208b4ed5b5 100644
--- a/sc/qa/unit/screenshots/screenshots.cxx
+++ b/sc/qa/unit/screenshots/screenshots.cxx
@@ -196,7 +196,7 @@ VclPtr<VclAbstractDialog> 
ScScreenshotTest::createDialogByID(sal_uInt32 nID)
         case 7: // "modules/scalc/ui/createnamesdialog.ui"
         {
             //// just fake some flags
-            sal_uInt16 nFlags = NAME_LEFT | NAME_TOP;
+            CreateNameFlags nFlags = CreateNameFlags::Left | 
CreateNameFlags::Top;
             pReturnDialog = 
mpFact->CreateScNameCreateDlg(mpViewShell->GetDialogParent(), nFlags);
             break;
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to