summaryrefslogtreecommitdiff
path: root/drawinglayer/inc
diff options
context:
space:
mode:
authorPatrick Jaap <patrick.jaap@tu-dresden.de>2017-08-08 10:43:46 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-08-16 21:21:59 +0200
commite67dbbf9d21552a583889628df909c2a21cbd785 (patch)
tree2bf02240326ea75c7b7f9518375808a21f6bcec4 /drawinglayer/inc
parent708eb7472349954de44ad0519b6680e668937d89 (diff)
new EMF+ Parser: Basic implementation for Graphic Stacks
Some basic code for push/pop events of the graphic stacks. Each draw/fill action is also transferred to the currend state. The implementation follows the one from the old parser. Change-Id: Ib6411046801023dfa72b16038a9e8ede4c628942 Reviewed-on: https://gerrit.libreoffice.org/40867 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'drawinglayer/inc')
-rw-r--r--drawinglayer/inc/emfplushelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/inc/emfplushelper.hxx b/drawinglayer/inc/emfplushelper.hxx
index 78e59dbf1abc..03fbeb43f71e 100644
--- a/drawinglayer/inc/emfplushelper.hxx
+++ b/drawinglayer/inc/emfplushelper.hxx
@@ -23,11 +23,11 @@
#include <sal/types.h>
#include <sal/config.h>
#include <memory>
+#include <wmfemfhelper.hxx>
/// predefines
namespace emfplushelper { struct EmfPlusHelperData; }
namespace wmfemfhelper { class TargetHolders; }
-namespace wmfemfhelper { class PropertyHolders; }
namespace drawinglayer { namespace geometry { class ViewInformation2D; }}
class SvMemoryStream;