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

Noel Grandin noel.grandin at collabora.co.uk
Fri Aug 18 11:55:32 UTC 2017


 include/svtools/calendar.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1852c5a68c3f8735aaecb77066a58f4d6a43fb72
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Fri Aug 18 12:53:33 2017 +0200

    WB_QUICKHELPSHOWSDATEINFO is dead
    
    since
        commit e8559f07b52f434e081b1ef58a8db097cdd826ee
        Remove unused code
    
    Change-Id: I0dcfe7aea4e0326595d99a781a1029a0c25ed15f
    Reviewed-on: https://gerrit.libreoffice.org/41281
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx
index fc8384e1ff8e..a70644256e79 100644
--- a/include/svtools/calendar.hxx
+++ b/include/svtools/calendar.hxx
@@ -58,7 +58,6 @@ WinBits
 WB_BORDER                   We draw a border around the window.
 WB_TABSTOP                  Keyboard control is possible. We get the focus, when
                             the user clicks in the Control.
-WB_QUICKHELPSHOWSDATEINFO   Show DateInfo as BallonHelp even if QuickInfo is enabled
 WB_BOLDTEXT                 We format by bold texts and DIB_BOLD is evaluated by
                             AddDateInfo()
 WB_FRAMEINFO                We format in a way, so that FrameInfo can be displayed
@@ -131,7 +130,6 @@ calls or by ending a selection.
 
 *************************************************************************/
 
-#define WB_QUICKHELPSHOWSDATEINFO   ((WinBits)0x00004000)
 #define WB_BOLDTEXT                 ((WinBits)0x00008000)
 #define WB_FRAMEINFO                ((WinBits)0x00010000)
 #define WB_WEEKNUMBER               ((WinBits)0x00020000)


More information about the Libreoffice-commits mailing list