diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-04 11:43:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-04 11:43:05 +0000 |
commit | 16c2a2f1dfa993d9d21ad793e3541e22af7f552c (patch) | |
tree | 184faf1454933b7486df59a015081182a8e2821d /svl/qa/unit | |
parent | 266013916943e13b7e942ce0d5597eceab9d588b (diff) |
WaE: move that inside the TODO as well
Diffstat (limited to 'svl/qa/unit')
-rw-r--r-- | svl/qa/unit/svl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index 169c8c402cd0..bb8f666d77ce 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -170,7 +170,6 @@ void Test::testNumberFormat() "$#,##0;-$#,##0", 0 }; -#endif const char* pDate[] = { "MM/DD/YY", @@ -213,6 +212,7 @@ void Test::testNumberFormat() "MM/DD/YY HH:MM AM/PM", 0 }; +#endif const char* pBoolean[] = { "BOOLEAN", |