summaryrefslogtreecommitdiff
path: root/sw/inc/shellres.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:09:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:09:56 +0000
commitcbacc4a7b15d9128bc5b296a4b0be60da8a708f4 (patch)
treea6c413616e579a0c33d364ecaef0ef387c10d56d /sw/inc/shellres.hxx
parentea8718c6d9a52cdf55d8ee1e8cb3988985eda9da (diff)
INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED
2007/08/20 15:16:58 tl 1.3.710.2: RESYNC: (1.3-1.4); FILE MERGED 2007/04/03 12:57:08 tl 1.3.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r--sw/inc/shellres.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx
index fdbef94e33f0..c430dc47b2d4 100644
--- a/sw/inc/shellres.hxx
+++ b/sw/inc/shellres.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: shellres.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 13:14:13 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:09:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,7 +67,8 @@ struct ShellResource : public Resource
String aCalc_Error;
// fuers GetRefFeld - oben/unten
- String aGetRefFld_Up, aGetRefFld_Down;
+ String aGetRefFld_Up;
+ String aGetRefFld_Down;
// fuer dynamisches Menu - String "alle"
String aStrAllPageHeadFoot;
// fuer einige Listboxen - String "keine"
@@ -107,7 +108,9 @@ struct ShellResource : public Resource
private:
void _GetAutoFmtNameLst() const;
SvStringsDtor *pAutoFmtNameLst;
- String sPageDescFirstName, sPageDescFollowName, sPageDescName;
+ String sPageDescFirstName;
+ String sPageDescFollowName;
+ String sPageDescName;
};
inline const SvStringsDtor& ShellResource::GetAutoFmtNameLst() const