summaryrefslogtreecommitdiff
path: root/include/unotools/calendarwrapper.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
commit49ccde0d3d3edaac9473f915011a501058e64002 (patch)
tree1dcb8a25647eff7f740df8b0b8f589696e87f06d /include/unotools/calendarwrapper.hxx
parentf4e8d2ad0e591b87d2c221761363a3042628d5ff (diff)
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
Diffstat (limited to 'include/unotools/calendarwrapper.hxx')
-rw-r--r--include/unotools/calendarwrapper.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/unotools/calendarwrapper.hxx b/include/unotools/calendarwrapper.hxx
index d6b691c357a9..389f13805c45 100644
--- a/include/unotools/calendarwrapper.hxx
+++ b/include/unotools/calendarwrapper.hxx
@@ -39,7 +39,6 @@ namespace com { namespace sun { namespace star {
}
}}}
-
class UNOTOOLS_DLLPUBLIC CalendarWrapper
{
::com::sun::star::uno::Reference< ::com::sun::star::i18n::XCalendar3 > xC;
@@ -52,7 +51,6 @@ public:
);
~CalendarWrapper();
-
// wrapper implementations of XCalendar
void loadDefaultCalendar( const ::com::sun::star::lang::Locale& rLocale );
@@ -68,7 +66,6 @@ public:
/// convenience method to get local date/time
double getLocalDateTime() const;
-
// wrapper implementations of XCalendar
void setValue( sal_Int16 nFieldIndex, sal_Int16 nValue );
@@ -87,12 +84,10 @@ public:
fields DST_OFFSET and DST_OFFSET_SECOND_MILLIS into account. */
sal_Int32 getDSTOffsetInMillis() const;
-
// wrapper implementations of XExtendedCalendar
OUString getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) const;
-
// wrapper implementations of XCalendar3
::com::sun::star::i18n::Calendar2 getLoadedCalendar() const;
@@ -101,7 +96,6 @@ public:
::com::sun::star::uno::Sequence< ::com::sun::star::i18n::CalendarItem2 > getGenitiveMonths() const;
::com::sun::star::uno::Sequence< ::com::sun::star::i18n::CalendarItem2 > getPartitiveMonths() const;
-
// convenience methods
/// get epoch start (should be 01Jan1970)