diff options
Diffstat (limited to 'svx/inc/numvset.hxx')
-rw-r--r-- | svx/inc/numvset.hxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/svx/inc/numvset.hxx b/svx/inc/numvset.hxx index d174e1d6fba5..f0f1e9505d60 100644 --- a/svx/inc/numvset.hxx +++ b/svx/inc/numvset.hxx @@ -58,9 +58,6 @@ struct SvxBmpItemInfo USHORT nItemId; }; -/*-----------------09/09/97 01:05pm----------------- - ---------------------------------------------------*/ class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet { Color aLineColor; @@ -101,10 +98,6 @@ class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet const com::sun::star::lang::Locale& rLocale); }; -/*-----------------13.02.97 09.32------------------- - ---------------------------------------------------*/ - class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet { String sBullets; @@ -120,15 +113,12 @@ class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet Timer& GetFormatTimer() {return aFormatTimer;} public: - SvxBmpNumValueSet( Window* pParent, const ResId& rResId/*, const List& rStrNames*/); + SvxBmpNumValueSet( Window* pParent, const ResId& rResId); ~SvxBmpNumValueSet(); virtual void UserDraw( const UserDrawEvent& rUDEvt ); }; -/*-----------------02.12.97 10:31------------------- - ---------------------------------------------------*/ class SvxNumberingPreview : public Window { |