diff options
Diffstat (limited to 'include/svx/zoomslideritem.hxx')
-rw-r--r-- | include/svx/zoomslideritem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/zoomslideritem.hxx b/include/svx/zoomslideritem.hxx index ff881917bc4b..6aa2ca8afb17 100644 --- a/include/svx/zoomslideritem.hxx +++ b/include/svx/zoomslideritem.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/uno/Sequence.hxx> #include <svx/svxdllapi.h> -//------------------------------------------------------------------------- + class SVX_DLLPUBLIC SvxZoomSliderItem: public SfxUInt16Item { @@ -53,7 +53,7 @@ public: virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ); }; -//------------------------------------------------------------------------ + #endif |