summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:58:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:58:06 +0000
commit530f1c18335a260bc94a48c3b408aab4663a53f4 (patch)
tree11e5bebe24646f1c45bca2510ceeac8628be9570
parent9d4a24013bc0e2fd695fb54ea75544ee88f1ce64 (diff)
INTEGRATION: CWS dba31a (1.7.14); FILE MERGED
2008/07/02 09:18:11 oj 1.7.14.3: RESYNC: (1.8-1.9); FILE MERGED 2008/06/24 12:13:42 oj 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2008/06/09 10:20:50 oj 1.7.14.1: #i88506# insert new flag to offer word boundary breaks
-rw-r--r--vcl/inc/vcl/outdev.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx
index aa25afec89ea..8efa882ecda1 100644
--- a/vcl/inc/vcl/outdev.hxx
+++ b/vcl/inc/vcl/outdev.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: outdev.hxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -180,6 +180,8 @@ struct KerningPair
#define TEXT_DRAW_WORDBREAK ((USHORT)0x2000)
#define TEXT_DRAW_NEWSELLIPSIS ((USHORT)0x4000)
+#define TEXT_DRAW_WORDBREAK_HYPHENATION (((USHORT)0x8000) | TEXT_DRAW_WORDBREAK)
+
// Flags for CopyArea()
#define COPYAREA_WINDOWINVALIDATE ((USHORT)0x0001)