summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-02-03 16:29:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-02-03 20:28:22 +0100
commitb8c8be00961b953c6c4bb877bd678f8c290825b9 (patch)
tree19b1f9980908872f91191c1044177748fc9c0bc5 /hwpfilter
parentb66c5f77d150056b2de262dae66301fcd7dc38c1 (diff)
loplugin:duplicatedefines (clang-cl)
(already defined in hwpfilter/source/hwplib.h) Change-Id: Id85048817b825ad265eba20e221c0703467b66b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87890 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/htags.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/hwpfilter/source/htags.cxx b/hwpfilter/source/htags.cxx
index 0c011731c1d4..d0a7d772ce15 100644
--- a/hwpfilter/source/htags.cxx
+++ b/hwpfilter/source/htags.cxx
@@ -51,9 +51,7 @@ EmPicture::EmPicture(size_t tsize)
if (size != 0)
data.reset( new uchar[size] );
}
-#ifdef _WIN32
-#define unlink _unlink
-#endif
+
EmPicture::~EmPicture()
{
};