summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-04-04 07:26:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-04-04 07:26:41 +0000
commitabc14af3ea9ff9c8e12819c94dc7560e076416c6 (patch)
tree320dd93cb515de5cd14ae0bab887e070c18029f7 /sw/source/core/unocore
parent7f04805d550cde345be40e3b33e137d58f190ab0 (diff)
INTEGRATION: CWS tl07 (1.107.24); FILE MERGED
2005/03/15 09:55:14 tl 1.107.24.4: RESYNC: (1.108-1.109); FILE MERGED 2005/02/16 08:48:47 tl 1.107.24.3: #i37766# resync error fixed 2005/02/14 12:43:44 tl 1.107.24.2: RESYNC: (1.107-1.108); FILE MERGED 2004/12/13 14:16:46 tl 1.107.24.1: #i37766# added properties to SwXTextView
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unoprnms.cxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unoprnms.cxx b/sw/source/core/unocore/unoprnms.cxx
index dacc24008206..3b2a4f3eb7f5 100644
--- a/sw/source/core/unocore/unoprnms.cxx
+++ b/sw/source/core/unocore/unoprnms.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoprnms.cxx,v $
*
- * $Revision: 1.110 $
+ * $Revision: 1.111 $
*
- * last change: $Author: vg $ $Date: 2005-03-11 11:03:43 $
+ * last change: $Author: rt $ $Date: 2005-04-04 08:26:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -772,9 +772,13 @@ const SwPropNameTab aPropNameTab = {
/* 0690 UNO_NAME_BLIND_COPIES_TO */ {MAP_CHAR_LEN("BlindCopiesTo")},
/* 0691 UNO_NAME_IN_SERVER_PASSWORD */ {MAP_CHAR_LEN("InServerPassword")},
/* 0692 UNO_NAME_OUT_SERVER_PASSWORD */ {MAP_CHAR_LEN("OutServerPassword")},
-/* 0693 UNO_NAME_SAVE_FILTER */ {MAP_CHAR_LEN("SaveFilterOptions")},
-/* 0694 UNO_NAME_SAVE_DATA */ {MAP_CHAR_LEN("SaveFilterData")},
+/* 0693 UNO_NAME_SAVE_FILTER_OPTIONS */ {MAP_CHAR_LEN("SaveFilterOptions")},
+/* 0694 UNO_NAME_SAVE_FILTER_DATA */ {MAP_CHAR_LEN("SaveFilterData")},
/* 0695 UNO_NAME_LOCK_UPDATES */ {MAP_CHAR_LEN("LockUpdates")}
+/* 0696 UNO_NAME_PAGE_COUNT*/ {MAP_CHAR_LEN("PageCount")},
+/* 0697 UNO_NAME_LINE_COUNT*/ {MAP_CHAR_LEN("LineCount")},
+/* 0698 UNO_NAME_IS_CONSTANT_SPELLCHECK*/ {MAP_CHAR_LEN("IsConstantSpellcheck")},
+/* 0699 UNO_NAME_IS_HIDE_SPELL_MARKS*/ {MAP_CHAR_LEN("IsHideSpellMarks")}
};
const SwPropNameLen& SwGetPropName( USHORT nId )