summaryrefslogtreecommitdiff
path: root/include/svtools/calendar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/calendar.hxx')
-rw-r--r--include/svtools/calendar.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx
index 6fad42f27c74..265621d6f90c 100644
--- a/include/svtools/calendar.hxx
+++ b/include/svtools/calendar.hxx
@@ -130,9 +130,9 @@ calls or by ending a selection.
*************************************************************************/
-// ------------------
+
// - Calendar types -
-// ------------------
+
#define WB_QUICKHELPSHOWSDATEINFO ((WinBits)0x00004000)
#define WB_BOLDTEXT ((WinBits)0x00008000)
@@ -149,9 +149,9 @@ calls or by ending a selection.
#define DIB_BOLD ((sal_uInt16)0x0001)
-// ------------
+
// - Calendar -
-// ------------
+
typedef std::set<sal_uInt32> IntDateSet;
@@ -393,9 +393,9 @@ method in CalendarField and create an own calendar there ourselves.
*************************************************************************/
-// -----------------
+
// - CalendarField -
-// -----------------
+
class SVT_DLLPUBLIC CalendarField : public DateField
{