summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-30 09:05:37 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-30 09:05:37 +0000
commitc5515a1ed4fc81391f0a0c852f867c97a5f329b7 (patch)
tree22803a1c7957c101fe1011415c4c3b7b33bd40e9
parent88f9e5e76ba808266f76da36ba00e38a88a6943d (diff)
INTEGRATION: CWS aquabmpfix01 (1.4.38); FILE MERGED
2008/05/09 11:08:58 hdu 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/05 09:03:02 hdu 1.4.38.1: #i88795# add SalGraphics::UnionClipRegion(B2D)
-rw-r--r--vcl/inc/vcl/vclenum.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/vclenum.hxx b/vcl/inc/vcl/vclenum.hxx
index 598a83958c5f..c19226488095 100644
--- a/vcl/inc/vcl/vclenum.hxx
+++ b/vcl/inc/vcl/vclenum.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: vclenum.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -303,7 +303,7 @@ typedef sal_uInt32 sal_UCS4; // TODO: this should be moved to rtl
#ifndef ENUM_OUTDEVSUPPORT_DECLARED
#define ENUM_OUTDEVSUPPORT_DECLARED
-enum OutDevSupportType { OutDevSupport_TransparentRect };
+enum OutDevSupportType { OutDevSupport_TransparentRect, OutDevSupport_B2DClip, OutDevSupport_B2DDraw };
#endif