summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-23 09:33:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-01-20 10:46:45 +0100
commitbe88ec3d9695df49409980fde20e8a428be61ce0 (patch)
tree6bda9f9e40e5f8eb7fbcaba616e0e4f6b454d351 /sw
parentbcd9a318dc524c31c3a5544b2181efdb305045f6 (diff)
WaE: macro is not used
Change-Id: I7748517d2298c20e4fd6c6ebf403a2ccc8228054 (cherry picked from commit 3e7b69ae3504a32e142cbf538b751ade38fbfdba) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 19c80f77b293..2c2e48691ec8 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -49,8 +49,6 @@
#include <bordertest.hxx>
-#define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L))
-
class Test : public SwModelTestBase
{
public: