Kaydet (Commit) ec8ab324 authored tarafından Thomas Arnhold's avatar Thomas Arnhold Kaydeden (comit) David Tardon

coverity#1212488 Copy-paste error

Change-Id: Ibdead0bf8de6ea77fe6cb0cdc4851e0eb98644a6
Reviewed-on: https://gerrit.libreoffice.org/9302Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst c345429b
...@@ -932,7 +932,7 @@ bool GraphicExporter::GetGraphic( ExportSettings& rSettings, Graphic& aGraphic, ...@@ -932,7 +932,7 @@ bool GraphicExporter::GetGraphic( ExportSettings& rSettings, Graphic& aGraphic,
aOut.EnableOutput( false ); aOut.EnableOutput( false );
aOut.SetMapMode( aMap ); aOut.SetMapMode( aMap );
if( rSettings.mbUseHighContrast ) if( rSettings.mbUseHighContrast )
aOut.SetDrawMode( aVDev.GetDrawMode() | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_SETTINGSTEXT | DRAWMODE_SETTINGSGRADIENT ); aOut.SetDrawMode( aOut.GetDrawMode() | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_SETTINGSTEXT | DRAWMODE_SETTINGSGRADIENT );
GDIMetaFile aMtf; GDIMetaFile aMtf;
aMtf.Clear(); aMtf.Clear();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment