Kaydet (Commit) 97537598 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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 d2a16264 "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/54499Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 7f31cac2
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment