diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-27 12:41:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-27 12:41:32 +0000 |
commit | a3e8cdb48d12237a7dfac0a90a1199b4099f940e (patch) | |
tree | d5d3409c7fdb0bd6152a866c62db64c2cb525f07 /sw/sdi | |
parent | 70bdd0e8f632ffc391768cbd8f8fcc3e994dd045 (diff) |
INTEGRATION: CWS wordcount (1.113.34); FILE MERGED
2004/04/07 06:52:10 os 1.113.34.1: #i27302# word count dialog
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/swslots.src | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/sdi/swslots.src b/sw/sdi/swslots.src index 4e6f6796ca49..07b9d5930e77 100644 --- a/sw/sdi/swslots.src +++ b/sw/sdi/swslots.src @@ -2,9 +2,9 @@ * * $RCSfile: swslots.src,v $ * - * $Revision: 1.115 $ + * $Revision: 1.116 $ * - * last change: $Author: obo $ $Date: 2004-04-27 11:06:47 $ + * last change: $Author: obo $ $Date: 2004-04-27 13:41:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,6 @@ #include "cmdid.h" #include "svx/svxids.hrc" #include "globals.hrc" - SfxSlotInfo FN_ABSTRACT_NEWDOC { SlotName = "Dokument aus Abstrakt"; @@ -11912,4 +11911,9 @@ SfxSlotInfo FN_TABLE_ROW_SPLIT SlotName[ english_us ] = "Break across page and columns"; SlotName[ chinese_simplified ] = "跨页断行"; }; +SfxSlotInfo FN_WORDCOUNT_DIALOG +{ + SlotName = "Wortanzahl"; + SlotName[ english_us ] = "Word Count"; +}; |