diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-17 17:20:04 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-17 18:06:36 -0400 |
commit | 87ed6c8480eaf0e5e3e89f00399fa214ba0dec6c (patch) | |
tree | ce33e652ac7b8fe9fd59d0c2add1d1bac234b989 /sc/source/ui/dbgui/pfiltdlg.cxx | |
parent | 8b1d29bc9b00bc2730738a990023a65ab6e0219b (diff) |
Better string values for "empty" and "non-empty" filtering option.
Change-Id: Iecfac54143676c9f0b483c4fa8deb26bf42ea16b
Diffstat (limited to 'sc/source/ui/dbgui/pfiltdlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/pfiltdlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/pfiltdlg.cxx b/sc/source/ui/dbgui/pfiltdlg.cxx index ef4157f1f803..5290291b9a49 100644 --- a/sc/source/ui/dbgui/pfiltdlg.cxx +++ b/sc/source/ui/dbgui/pfiltdlg.cxx @@ -90,8 +90,8 @@ ScPivotFilterDlg::ScPivotFilterDlg( Window* pParent, aBtnMore ( this, ScResId( BTN_MORE ) ), aStrUndefined ( SC_RESSTR(SCSTR_UNDEFINED) ), aStrNone ( SC_RESSTR(SCSTR_NONE) ), - aStrEmpty ( SC_RESSTR(SCSTR_EMPTY) ), - aStrNotEmpty ( SC_RESSTR(SCSTR_NOTEMPTY) ), + aStrEmpty ( SC_RESSTR(SCSTR_FILTER_EMPTY) ), + aStrNotEmpty ( SC_RESSTR(SCSTR_FILTER_NOTEMPTY) ), aStrRow ( SC_RESSTR(SCSTR_ROW) ), aStrColumn ( SC_RESSTR(SCSTR_COLUMN) ), // |