[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/qa

Tor Lillqvist tml at collabora.com
Mon Jan 20 01:47:12 PST 2014


 sw/qa/extras/rtfimport/rtfimport.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit be88ec3d9695df49409980fde20e8a428be61ce0
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Nov 23 09:33:00 2013 +0200

    WaE: macro is not used
    
    Change-Id: I7748517d2298c20e4fd6c6ebf403a2ccc8228054
    (cherry picked from commit 3e7b69ae3504a32e142cbf538b751ade38fbfdba)
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 19c80f7..2c2e486 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:


More information about the Libreoffice-commits mailing list