diff options
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/dateitem.hxx | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/svl/inc/svl/dateitem.hxx b/svl/inc/svl/dateitem.hxx index e9bae366b018..54f9a450f94c 100644 --- a/svl/inc/svl/dateitem.hxx +++ b/svl/inc/svl/dateitem.hxx @@ -81,28 +81,6 @@ public: sal_uInt8 nMemberId = 0 ) const; }; -class SfxColumnDateTimeItem : public SfxDateTimeItem -{ -public: - TYPEINFO(); - - SfxColumnDateTimeItem( sal_uInt16 nWhich ); - SfxColumnDateTimeItem( sal_uInt16 nWhich, - const DateTime& rDT ); - SfxColumnDateTimeItem( const SfxDateTimeItem& rCpy ); - - ~SfxColumnDateTimeItem() {} - - virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const; - - virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, - SfxMapUnit eCoreMetric, - SfxMapUnit ePresMetric, - XubString &rText, - const IntlWrapper * pIntlWrapper = 0 ) - const; -}; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |