From bfcb2a1a75ae0ff780bff0747ea90c1e79a56fc3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 May 2015 09:58:47 +0200 Subject: convert DEFAULTFONT_ constants to scoped enum Change-Id: Ia33e957f6cf530e2639b3c86d9482f642652cb46 --- vcl/qa/cppunit/complextext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/qa') diff --git a/vcl/qa/cppunit/complextext.cxx b/vcl/qa/cppunit/complextext.cxx index 0c666c356a93..126a5fb84ebd 100644 --- a/vcl/qa/cppunit/complextext.cxx +++ b/vcl/qa/cppunit/complextext.cxx @@ -49,7 +49,7 @@ void VclComplexTextTest::testArabic() OutputDevice *pOutDev = static_cast< OutputDevice * >( pWin.get() ); vcl::Font aFont = OutputDevice::GetDefaultFont( - DEFAULTFONT_CTL_SPREADSHEET, + DefaultFontType::CTL_SPREADSHEET, LANGUAGE_ARABIC_SAUDI_ARABIA, DEFAULTFONT_FLAGS_ONLYONE, 0 ); pOutDev->SetFont( aFont ); -- cgit