summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-12 18:21:14 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-12 18:21:14 +0200
commit51066323fd14918f65ea7ba66e14b9c7604eb978 (patch)
tree9637d8220204bf304f7c2159530f79c0b31584d5
parent9ee07734804cee2dede4aee2aa48b52328b9797a (diff)
#i10000# added missing variable
Notes
split repo tag: libs-gui_ooo/DEV300_m78
-rw-r--r--svtools/source/filter.vcl/wmf/winmtf.hxx1
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();