summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-05-17 18:06:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-05-18 07:55:37 +0200
commit97537598c4166d887160d60b8c8e8ee6d758bbcc (patch)
tree09d90f0d5fe61bea66d33a2dd37952449ddd3f8e /svl
parent7f31cac22125db5ec8cbd7520022fb7a38bafb1a (diff)
Remove some cruft
That block of code at the top of the file started out as #include "precompiled_svl.hxx" #ifdef WNT # include <prewin.h> # include <postwin.h> # undef ERROR #endif in d2a16264ec6cb1ca5e8178096b72053a357cb3fb "Initial unit test skeleton, copied and modified from sc", so assume the leftover #undef is unnecessary cargo-cult by now. Change-Id: I39637518d1507352b1eb2ed19168013d9fe635ac Reviewed-on: https://gerrit.libreoffice.org/54499 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r--svl/qa/unit/svl.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index c944200ae23e..6e90143f5a08 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -7,10 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifdef _WIN32
-# undef ERROR
-#endif
-
#include <sal/types.h>
#include <config_libnumbertext.h>
#include <cppunit/TestAssert.h>