diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 12:53:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 13:53:54 +0200 |
commit | 1852c5a68c3f8735aaecb77066a58f4d6a43fb72 (patch) | |
tree | ead35c0617628f3952f494c1f9d610333fb5b6df /include | |
parent | d6ec9361cb07e312382c0a9251bc03b629d914f9 (diff) |
WB_QUICKHELPSHOWSDATEINFO is dead
since
commit e8559f07b52f434e081b1ef58a8db097cdd826ee
Remove unused code
Change-Id: I0dcfe7aea4e0326595d99a781a1029a0c25ed15f
Reviewed-on: https://gerrit.libreoffice.org/41281
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/calendar.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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) |