diff options
-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", |