-Werror,-Wdeprecated-enum-enum-conversion
...after 3e7dd04dd8
"tdf#145614 Convert #define to
enum and constexpr"
Change-Id: I3ef1d17295e99c040125acd4b03fd5096848a0e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131630
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -336,7 +336,7 @@ void WmfTest::testTdf99402()
|
||||
logfontw.lfUnderline = 0;
|
||||
logfontw.lfStrikeOut = 0;
|
||||
logfontw.lfCharSet = emfio::CharacterSet::OEM_CHARSET;
|
||||
logfontw.lfPitchAndFamily = emfio::FamilyFont::FF_ROMAN | emfio::PitchFont::DEFAULT_PITCH;
|
||||
logfontw.lfPitchAndFamily = +emfio::FamilyFont::FF_ROMAN | +emfio::PitchFont::DEFAULT_PITCH;
|
||||
logfontw.alfFaceName = "Symbol";
|
||||
|
||||
emfio::WinMtfFontStyle fontStyle(logfontw);
|
||||
|
Reference in New Issue
Block a user