diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2019-11-20 15:16:07 +1100 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2019-11-23 23:55:40 +0100 |
commit | debb38c7be8015b4de4aace6f8ac78e4ee2fbfa6 (patch) | |
tree | 7d3e4b971e9c38f15934b8bbb1eb459f60021799 /emfio/inc | |
parent | 4e1ae2a9a0d2d9185b49677fa4ea2a2b1fe8bab2 (diff) |
emfio: extra logging
For emfio I believe we need more logging, so I am gradually adding this.
I decided to log the EMR_COMMENT_PUBLIC record subtypes
EMR_COMMENT_BEGINGROUP and EMR_COMMENT_ENDGROUP.
I honestly don't know what these actually do, but they are specified in
[MS-EMF] 2.3.3.4.1 and 2.3.3.4.2. Later on, we will need to look into
handling EMR_COMMENT_MULTIFORMATS so we can display things with EPS
data. We should also probably look into handling
EMR_COMMENT_WINDOWS_METAFILE later on also.
Change-Id: I7c3ba3cfd7f51a6cff2c7a47a48dde12240d0382
Reviewed-on: https://gerrit.libreoffice.org/83407
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'emfio/inc')
-rw-r--r-- | emfio/inc/emfreader.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emfio/inc/emfreader.hxx b/emfio/inc/emfreader.hxx index a54eee1a9c70..90d8969ae70c 100644 --- a/emfio/inc/emfreader.hxx +++ b/emfio/inc/emfreader.hxx @@ -42,6 +42,7 @@ namespace emfio ~EmfReader(); bool ReadEnhWMF(); + void ReadGDIComment(sal_uInt32 nCommentId); private: template <class T> void ReadAndDrawPolyPolygon(sal_uInt32 nNextPos); |