summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-18 13:56:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-18 16:07:21 +0200
commitadf38e23f32b0b0e0b45a45f4abf2758e74c1a59 (patch)
treeabdb1d22671e790727103f3520b8286d9affde61 /include/svtools
parent827f98644d4af44432f02fa66196c238ba6886d6 (diff)
WB_BOLDTEXT,WB_FRAMEINFO,WB_WEEKNUMBER are dead
since commit 6c759da0442f5123a4a4355e8dc9c926a49d25d7 "delete workben" Change-Id: Ie1f399a7a8179c7727491f4ab7b4b2772fd130b8 Reviewed-on: https://gerrit.libreoffice.org/41286 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/calendar.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx
index a70644256e79..345f3552ff1b 100644
--- a/include/svtools/calendar.hxx
+++ b/include/svtools/calendar.hxx
@@ -58,14 +58,9 @@ 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_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
- and the FrameColor is evaluated by AddDateInfo()
WB_RANGESELECT The user can select multiple days, which need to be
consecutive
WB_MULTISELECT The user can select multiple days
-WB_WEEKNUMBER We also display the weekdays
--------------------------------------------------------------------------
@@ -130,9 +125,6 @@ calls or by ending a selection.
*************************************************************************/
-#define WB_BOLDTEXT ((WinBits)0x00008000)
-#define WB_FRAMEINFO ((WinBits)0x00010000)
-#define WB_WEEKNUMBER ((WinBits)0x00020000)
// Needs to be in agreement with the WinBits in the TabBar or
// we move it to \vcl\inc\wintypes.hxx
#ifndef WB_RANGESELECT
@@ -184,7 +176,6 @@ private:
long mnLines;
long mnDayWidth;
long mnDayHeight;
- long mnWeekWidth;
WinBits mnWinStyle;
sal_Int16 mnFirstYear;
sal_Int16 mnLastYear;