diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:45:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 21:14:09 +0000 |
commit | bee1cc83ec4b8a246017a823305fd5d20869bce3 (patch) | |
tree | 398868a95857150f59994c8b2ebbb04fbca12be8 /svtools/source/control/calendar.cxx | |
parent | 614e1a6cf8839344755ea8d5227561f75772aa2a (diff) |
Remove visual noise from svtools
Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d
Reviewed-on: https://gerrit.libreoffice.org/8320
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/control/calendar.cxx')
-rw-r--r-- | svtools/source/control/calendar.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx index 4f464caabe88..793a02a0e7d2 100644 --- a/svtools/source/control/calendar.cxx +++ b/svtools/source/control/calendar.cxx @@ -38,7 +38,7 @@ #include <svtools/svtresid.hxx> #include <svtools/calendar.hxx> -// ======================================================================= + #define DAY_OFFX 4 #define DAY_OFFY 2 @@ -62,7 +62,7 @@ using namespace ::com::sun::star; -// ======================================================================= + static void ImplCalendarSelectDate( IntDateSet* pTable, const Date& rDate, sal_Bool bSelect ) { @@ -157,7 +157,7 @@ inline void ImplCalendarClearSelectDate( IntDateSet* pTable ) pTable->clear(); } -// ======================================================================= + void Calendar::ImplInit( WinBits nWinStyle ) { @@ -2192,7 +2192,7 @@ Size Calendar::CalcWindowSizePixel( long nCalcMonthPerLine, return aSize; } -// ======================================================================= + #define CALFIELD_EXTRA_BUTTON_WIDTH 14 #define CALFIELD_EXTRA_BUTTON_HEIGHT 8 @@ -2201,7 +2201,7 @@ Size Calendar::CalcWindowSizePixel( long nCalcMonthPerLine, #define CALFIELD_BORDER_YTOP 4 #define CALFIELD_BORDER_Y 5 -// ======================================================================= + class ImplCFieldFloatWin : public FloatingWindow { @@ -2389,7 +2389,7 @@ bool ImplCFieldFloatWin::Notify( NotifyEvent& rNEvt ) return FloatingWindow::Notify( rNEvt ); } -// ======================================================================= + CalendarField::CalendarField( Window* pParent, WinBits nWinStyle ) : DateField( pParent, nWinStyle ), |