summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-20 08:41:15 +0000
committerjp <jp@openoffice.org>2000-11-20 08:41:15 +0000
commite8d66dda0880bc9df439f9337372b92694868d92 (patch)
treefe0292c2b001f33365723727cb76fe1efe35def3 /sw/source/core
parent33f8fa80a55bd4b59cbbdb5268b878c350538cdb (diff)
new para attributes - expand para range
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/attr/swatrset.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/attr/swatrset.cxx b/sw/source/core/attr/swatrset.cxx
index 62c783e17d71..57ccf0263c0a 100644
--- a/sw/source/core/attr/swatrset.cxx
+++ b/sw/source/core/attr/swatrset.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swatrset.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:08:15 $
+ * last change: $Author: jp $ $Date: 2000-11-20 09:37:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,6 +129,7 @@ SwAttrPool::SwAttrPool( SwDoc* pD )
SetVersionMap( 1, 1, 60, pVersionMap1 );
SetVersionMap( 2, 1, 75, pVersionMap2 );
SetVersionMap( 3, 1, 86, pVersionMap3 );
+ SetVersionMap( 4, 1,121, pVersionMap4 );
}