summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/filtdlg.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:22:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:22:49 +0000
commit71c18e3957cf1619b354a65e5fbec717741ebd85 (patch)
tree50d144e804e4347bc7ae8f836e92d10d3125e94d /sc/source/ui/inc/filtdlg.hxx
parent1278932a9fc63c32c9f5c361fad631d6877d6332 (diff)
INTEGRATION: CWS calcwarnings (1.5.324); FILE MERGED
2006/12/12 17:03:15 nn 1.5.324.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/inc/filtdlg.hxx')
-rw-r--r--sc/source/ui/inc/filtdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx
index a721dad21a1b..03d22ac01ff2 100644
--- a/sc/source/ui/inc/filtdlg.hxx
+++ b/sc/source/ui/inc/filtdlg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filtdlg.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:25:14 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:22:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,9 +113,9 @@ class TypedStrCollection;
aBtnCancel ( this, ScResId( BTN_CANCEL ) ), \
aBtnHelp ( this, ScResId( BTN_HELP ) ), \
aBtnMore ( this, ScResId( BTN_MORE ) ), \
+ aStrUndefined ( ScResId( SCSTR_UNDEFINED ) ), \
aStrNoName ( ScGlobal::GetRscString(STR_DB_NONAME) ), \
- aStrNone ( ScResId( SCSTR_NONE ) ), \
- aStrUndefined ( ScResId( SCSTR_UNDEFINED ) ),
+ aStrNone ( ScResId( SCSTR_NONE ) ),
//============================================================================