This patch removes bogus comments found in the labprt.cxx file
Signed-off-by: Prashant Shah <pshah.mumbai@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;
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.