summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-01 10:56:35 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-01 10:56:35 +0000
commit3a3060c0b3fa6f02b75c00e5cfda26bed8af0e70 (patch)
tree628876004752bdd73e0d3ab0130d988be2e5c447 /xmloff
parent6bdb9b24d3c064ceb3a454632fda9694f837b2a4 (diff)
INTEGRATION: CWS sj02 (1.43.14); FILE MERGED
2003/08/25 10:23:52 sj 1.43.14.3: RESYNC: (1.44-1.45); FILE MERGED 2003/07/28 16:03:06 sj 1.43.14.2: RESYNC: (1.43-1.44); FILE MERGED 2003/07/28 15:17:03 sj 1.43.14.1: #i15927# PowerPoint import: added font independent linespacing
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmltoken.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index cb94b809c626..21a7bff177d4 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltoken.cxx,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: hjs $ $Date: 2003-08-19 11:29:31 $
+ * last change: $Author: obo $ $Date: 2003-09-01 11:56:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2149,6 +2149,7 @@ namespace xmloff { namespace token {
TOKEN( "unsorted" ), // XML_UNSORTED
TOKEN( "sorted-ascending" ), // XML_SORTED_ASCENDING
+ TOKEN( "font-independent-line-spacing" ), // XML_FONT_INDEPENDENT_LINE_SPACING
{ 0, NULL, NULL } // XML_TOKEN_END
};