diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-31 20:55:58 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-31 20:55:58 +0200 |
commit | 2f44516d6c3fce6ebe372214ce4bfa11875bd3d1 (patch) | |
tree | cfbc6cf57fde9482b2dcab3194b49bc7c3dc2dd0 /svl/inc | |
parent | 6a1486fd2c446624351f34a00be099fbeba040d3 (diff) |
unusedcode: remove various classes
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: */ |