This patch removes bogus comments found in the labprt.cxx file Signed-off-by: Prashant Shah <pshah.mum...@gmail.com> --- sw/source/ui/envelp/labprt.cxx | 37 ------------------------------------- 1 files changed, 0 insertions(+), 37 deletions(-)
diff --git a/sw/source/ui/envelp/labprt.cxx b/sw/source/ui/envelp/labprt.cxx index 7288ca5..68ee9eb 100644 --- a/sw/source/ui/envelp/labprt.cxx +++ b/sw/source/ui/envelp/labprt.cxx @@ -45,11 +45,6 @@ #include <cmdid.h> #include <labprt.hrc> - -// -------------------------------------------------------------------------- - - - SwLabPrtPage::SwLabPrtPage(Window* pParent, const SfxItemSet& rSet) : SfxTabPage(pParent, SW_RES(TP_LAB_PRT), rSet), @@ -89,20 +84,12 @@ SwLabPrtPage::SwLabPrtPage(Window* pParent, const SfxItemSet& rSet) : } } -// -------------------------------------------------------------------------- - - - SwLabPrtPage::~SwLabPrtPage() { if (pPrinter) delete pPrinter; } -// -------------------------------------------------------------------------- - - - IMPL_LINK( SwLabPrtPage, CountHdl, Button *, pButton ) { if (pButton == &aPrtSetup) @@ -135,28 +122,16 @@ IMPL_LINK( SwLabPrtPage, CountHdl, Button *, pButton ) return 0; } -// -------------------------------------------------------------------------- - - - SfxTabPage* SwLabPrtPage::Create(Window* pParent, const SfxItemSet& rSet) { return new SwLabPrtPage( pParent, rSet ); } -// -------------------------------------------------------------------------- - - - void SwLabPrtPage::ActivatePage( const SfxItemSet& rSet ) { Reset(rSet); } -// -------------------------------------------------------------------------- - - - int SwLabPrtPage::DeactivatePage(SfxItemSet* _pSet) { if ( _pSet ) @@ -165,10 +140,6 @@ int SwLabPrtPage::DeactivatePage(SfxItemSet* _pSet) return TRUE; } -// -------------------------------------------------------------------------- - - - void SwLabPrtPage::FillItem(SwLabItem& rItem) { rItem.bPage = aPageButton.IsChecked(); @@ -177,10 +148,6 @@ void SwLabPrtPage::FillItem(SwLabItem& rItem) rItem.bSynchron = aSynchronCB.IsChecked() && aSynchronCB.IsEnabled(); } -// -------------------------------------------------------------------------- - - - BOOL SwLabPrtPage::FillItemSet(SfxItemSet& rSet) { SwLabItem aItem; @@ -191,10 +158,6 @@ BOOL SwLabPrtPage::FillItemSet(SfxItemSet& rSet) return TRUE; } -// -------------------------------------------------------------------------- - - - void SwLabPrtPage::Reset(const SfxItemSet& ) { SwLabItem aItem;
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice