This patch removes bogus comments found in the zoomctrl.cxx file

Signed-off-by: Prashant Shah <[email protected]>
---
 sw/source/ui/utlui/zoomctrl.cxx |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/sw/source/ui/utlui/zoomctrl.cxx b/sw/source/ui/utlui/zoomctrl.cxx
index bb189a3..7d897ff 100644
--- a/sw/source/ui/utlui/zoomctrl.cxx
+++ b/sw/source/ui/utlui/zoomctrl.cxx
@@ -28,8 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sw.hxx"
 
-
-
 #include "hintids.hxx"
 
 #include <vcl/status.hxx>
@@ -40,10 +38,8 @@
 #include "swtypes.hxx"
 #include "zoomctrl.hxx"
 
-
 SFX_IMPL_STATUSBAR_CONTROL( SwZoomControl, SvxZoomItem );
 
-
 SwZoomControl::SwZoomControl( USHORT _nSlotId,
                               USHORT _nId,
                               StatusBar& rStb ) :
@@ -51,14 +47,10 @@ SwZoomControl::SwZoomControl( USHORT _nSlotId,
 {
 }
 
-// -----------------------------------------------------------------------
-
 SwZoomControl::~SwZoomControl()
 {
 }
 
-// -----------------------------------------------------------------------
-
 void SwZoomControl::StateChanged( USHORT nSID, SfxItemState eState,
                                   const SfxPoolItem* pState )
 {
@@ -74,8 +66,6 @@ void SwZoomControl::StateChanged( USHORT nSID, SfxItemState eState,
     }
 }
 
-// -----------------------------------------------------------------------
-
 void SwZoomControl::Paint( const UserDrawEvent& rUsrEvt )
 {
     if(!sPreviewZoom.Len())
@@ -84,8 +74,6 @@ void SwZoomControl::Paint( const UserDrawEvent& rUsrEvt )
         GetStatusBar().SetItemText( GetId(), sPreviewZoom );
 }
 
-// -----------------------------------------------------------------------
-
 void SwZoomControl::Command( const CommandEvent& rCEvt )
 {
     if(!sPreviewZoom.Len())
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to