diff options
author | Armin Le Grand <alg@apache.org> | 2014-01-29 16:10:39 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2014-01-29 16:10:39 +0000 |
commit | c991f7cae8dcb306cb0d1f32bc5fcd8ea0a1ea81 (patch) | |
tree | 193ec792f313c0dd1baa5e96dca0595f7f674e22 /chart2/source | |
parent | 0746de95538d71c4f5cc531e77bbd4e367ca17b8 (diff) |
i124085 disabled CF_DIBV5 (no advantages but some problems), increased png support
Notes
Notes:
merged as: 90d39a8a22c3f75e7eb4a79062e1d94c1fa1ff85
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/main/ChartTransferable.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/main/ChartTransferable.cxx b/chart2/source/controller/main/ChartTransferable.cxx index b5ea73b00359..abd52b64e252 100644 --- a/chart2/source/controller/main/ChartTransferable.cxx +++ b/chart2/source/controller/main/ChartTransferable.cxx @@ -79,6 +79,7 @@ void ChartTransferable::AddSupportedFormats() AddFormat( SOT_FORMATSTR_ID_DRAWING ); } AddFormat( SOT_FORMAT_GDIMETAFILE ); + AddFormat( SOT_FORMATSTR_ID_PNG ); AddFormat( SOT_FORMAT_BITMAP ); } |