[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Sat Apr 19 23:58:54 PDT 2014


 vcl/source/outdev/text.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 4393bd096c377897cda0b1199ec19d74f42f6132
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Apr 20 09:57:06 2014 +0300

    WaE: macro is not used
    
    Change-Id: I32a4874bb4be9741b509c5781cd90c17a3e97ab5

diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index e7511c9..246d9d4 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -97,9 +97,6 @@ using namespace ::utl;
 
 #define TEXT_DRAW_ELLIPSIS  (TEXT_DRAW_ENDELLIPSIS | TEXT_DRAW_PATHELLIPSIS | TEXT_DRAW_NEWSELLIPSIS)
 
-#define UNDERLINE_LAST      UNDERLINE_BOLDWAVE
-#define STRIKEOUT_LAST      STRIKEOUT_X
-
 ImplMultiTextLineInfo::ImplMultiTextLineInfo()
 {
     mpLines = new PImplTextLineInfo[MULTITEXTLINEINFO_RESIZE];


More information about the Libreoffice-commits mailing list