[Libreoffice-commits] core.git: include/tools

Noel Grandin noel.grandin at collabora.co.uk
Mon Aug 21 12:28:11 UTC 2017


 include/tools/wintypes.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 42ec7e8831e956ed134af62ac129bc365887fd8c
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Mon Aug 21 10:39:14 2017 +0200

    WB_TOPIMAGE is dead
    
    since
    
        commit a6ff21250bbc960cbcff026e8eeb72be032f56b2
        drop window related stuff from rsc
    
    Change-Id: If9e0ccd75e7c4807b6c06697139d0f2142d46ce5
    Reviewed-on: https://gerrit.libreoffice.org/41382
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index fe236e895a23..844f82d94e20 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -177,7 +177,6 @@ WinBits const WB_POPUP =                SAL_CONST_INT64(0x20000000);
 
 WinBits const WB_HSCROLL =              WB_HORZ;
 WinBits const WB_VSCROLL =              WB_VERT;
-WinBits const WB_TOPIMAGE =             WB_TOP;
 
 // Window-Bits for PushButtons
 WinBits const WB_DEFBUTTON =            0x10000000;


More information about the Libreoffice-commits mailing list