summaryrefslogtreecommitdiff
path: root/svtools/source/filter.vcl/wmf/winmtf.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-16 09:19:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-16 09:19:15 +0000
commit06c9a2ce80541d3a56f23d77b8c6fc3d401c2631 (patch)
treee9007d48086e118c200c83dd4e8c923878538eeb /svtools/source/filter.vcl/wmf/winmtf.hxx
parent0ce730927ca0ba2f8e5247129d1c14b298e113e3 (diff)
INTEGRATION: CWS ooo20040509 (1.24.154); FILE MERGED
2004/05/06 13:08:03 waratah 1.24.154.1: #i1858# reorder definition to class order
Diffstat (limited to 'svtools/source/filter.vcl/wmf/winmtf.hxx')
-rw-r--r--svtools/source/filter.vcl/wmf/winmtf.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/filter.vcl/wmf/winmtf.hxx b/svtools/source/filter.vcl/wmf/winmtf.hxx
index 228bbb0604c2..f1936bbdf9fc 100644
--- a/svtools/source/filter.vcl/wmf/winmtf.hxx
+++ b/svtools/source/filter.vcl/wmf/winmtf.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: winmtf.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2004-05-17 16:06:01 $
+ * last change: $Author: rt $ $Date: 2004-06-16 10:19:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -358,7 +358,7 @@ class WinMtfClipPath
sal_Bool bNeedsUpdate;
- WinMtfClipPath() : bNeedsUpdate( sal_False ), eType( EMPTY ) {};
+ WinMtfClipPath(): eType(EMPTY), bNeedsUpdate( sal_False ){};
void SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode );
void IntersectClipRect( const Rectangle& rRect );