diff options
author | Prashant Shah <pshah.mumbai@gmail.com> | 2010-10-10 04:21:45 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-10 04:21:45 -0500 |
commit | 0bbc4c2f7f49e6ee82e4e5c323c3056127fd35fc (patch) | |
tree | 1f9c4396b1c96c0680457ebcbd8c3d1ac749a52b /sw/source/ui/envelp/labprt.cxx | |
parent | e571029a020ce1be35070fddae9842d9cb7c89c2 (diff) |
Remove bogus comment
Diffstat (limited to 'sw/source/ui/envelp/labprt.cxx')
-rw-r--r-- | 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 f4293fd22650..e60236e6faa7 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; |