This patch removes bogus comments found in the bookctrl.cxx file Signed-off-by: Prashant Shah <pshah.mum...@gmail.com> --- sw/source/ui/utlui/bookctrl.cxx | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/sw/source/ui/utlui/bookctrl.cxx b/sw/source/ui/utlui/bookctrl.cxx index fb7d1e7..deb9293 100644 --- a/sw/source/ui/utlui/bookctrl.cxx +++ b/sw/source/ui/utlui/bookctrl.cxx @@ -65,16 +65,12 @@ private: virtual void Select(); }; -// ----------------------------------------------------------------------- - BookmarkPopup_Impl::BookmarkPopup_Impl() : PopupMenu(), nCurId(USHRT_MAX) { } -// ----------------------------------------------------------------------- - void BookmarkPopup_Impl::Select() { nCurId = GetCurItemId(); @@ -89,14 +85,10 @@ SwBookmarkControl::SwBookmarkControl( USHORT _nSlotId, { } -// ----------------------------------------------------------------------- - SwBookmarkControl::~SwBookmarkControl() { } -// ----------------------------------------------------------------------- - void SwBookmarkControl::StateChanged( USHORT /*nSID*/, SfxItemState eState, const SfxPoolItem* pState ) { @@ -109,15 +101,11 @@ void SwBookmarkControl::StateChanged( } } -// ----------------------------------------------------------------------- - void SwBookmarkControl::Paint( const UserDrawEvent& ) { GetStatusBar().SetItemText( GetId(), sPageNumber ); } -// ----------------------------------------------------------------------- - void SwBookmarkControl::Command( const CommandEvent& rCEvt ) { if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU &&
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice