diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-12 18:21:14 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-12 18:21:14 +0200 |
commit | 51066323fd14918f65ea7ba66e14b9c7604eb978 (patch) | |
tree | 9637d8220204bf304f7c2159530f79c0b31584d5 /svtools | |
parent | 9ee07734804cee2dede4aee2aa48b52328b9797a (diff) |
#i10000# added missing variable
Notes
split repo tag: libs-gui_ooo/DEV300_m78
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter.vcl/wmf/winmtf.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/filter.vcl/wmf/winmtf.hxx b/svtools/source/filter.vcl/wmf/winmtf.hxx index d2f5d0f39aee..fb4fd2fe0c57 100644 --- a/svtools/source/filter.vcl/wmf/winmtf.hxx +++ b/svtools/source/filter.vcl/wmf/winmtf.hxx @@ -314,6 +314,7 @@ class WinMtfClipPath { PolyPolygon aPolyPoly; WinMtfClipPathType eType; + sal_Int32 nDepth; void ImpUpdateType(); |