diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:31:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:31:58 +0000 |
commit | d2357140d8bcb37946b68233e3f47af4ddbad5d7 (patch) | |
tree | 275140d43ee18de3da2d7c0a53d738688f940019 /sw/inc/shellres.hxx | |
parent | 6d2bbab94a91485843930a82bb299e8f95bfbefa (diff) |
INTEGRATION: CWS swcrossref01_DEV300 (1.4.92); FILE MERGED
2007/10/01 11:12:52 od 1.4.92.2: RESYNC: (1.4-1.5); FILE MERGED
2007/09/17 12:09:39 od 1.4.92.1: #i81002# struct <ShellResource>
- new member <aGetRefFld_RefItemNotFound> containing string for
missing reference/bookmark
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r-- | sw/inc/shellres.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index c430dc47b2d4..004dc0b269a7 100644 --- a/sw/inc/shellres.hxx +++ b/sw/inc/shellres.hxx @@ -4,9 +4,9 @@ * * $RCSfile: shellres.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-09-27 08:09:56 $ + * last change: $Author: obo $ $Date: 2008-02-26 10:31:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,6 +69,10 @@ struct ShellResource : public Resource // fuers GetRefFeld - oben/unten String aGetRefFld_Up; String aGetRefFld_Down; + // --> OD 2007-09-13 #i81002# + // for GetRefField - referenced item not found + String aGetRefFld_RefItemNotFound; + // <-- // fuer dynamisches Menu - String "alle" String aStrAllPageHeadFoot; // fuer einige Listboxen - String "keine" |