This patch removes bogus comments found in the labimg.cxx file
Signed-off-by: Prashant Shah <[email protected]>
---
sw/source/ui/envelp/labimg.cxx | 17 +----------------
1 files changed, 1 insertions(+), 16 deletions(-)
diff --git a/sw/source/ui/envelp/labimg.cxx b/sw/source/ui/envelp/labimg.cxx
index d70c04f..74da69c 100644
--- a/sw/source/ui/envelp/labimg.cxx
+++ b/sw/source/ui/envelp/labimg.cxx
@@ -45,8 +45,6 @@ using namespace utl;
using namespace rtl;
using namespace ::com::sun::star::uno;
-
-// ----------------------------------------------------------------------------
SwLabItem::SwLabItem() :
SfxPoolItem(FN_LABEL),
@@ -65,13 +63,12 @@ SwLabItem::SwLabItem() :
lHeight = 5669; // 10 cm
}
-// ----------------------------------------------------------------------------
SwLabItem::SwLabItem(const SwLabItem& rItem) :
SfxPoolItem(FN_LABEL)
{
*this = rItem;
}
-// ----------------------------------------------------------------------------
+
SwLabItem& SwLabItem::operator =(const SwLabItem& rItem)
{
bAddr = rItem.bAddr;
@@ -132,10 +129,6 @@ SwLabItem& SwLabItem::operator =(const SwLabItem& rItem)
return *this;
}
-// --------------------------------------------------------------------------
-
-
-
int SwLabItem::operator ==(const SfxPoolItem& rItem) const
{
const SwLabItem& rLab = (const SwLabItem&) rItem;
@@ -197,15 +190,11 @@ int SwLabItem::operator ==(const SfxPoolItem& rItem) const
sGlossaryBlockName == rLab.sGlossaryBlockName;
}
-// --------------------------------------------------------------------------
SfxPoolItem* SwLabItem::Clone(SfxItemPool*) const
{
return new SwLabItem(*this);
}
-/* -----------------------------25.09.00 16:25--------------------------------
-
- ---------------------------------------------------------------------------*/
Sequence<rtl::OUString> SwLabCfgItem::GetPropertyNames()
{
static const char* aLabelPropNames[] =
@@ -277,9 +266,7 @@ Sequence<rtl::OUString> SwLabCfgItem::GetPropertyNames()
pNames[nIndex++] = OUString::createFromAscii(aBusinessPropNames[nBusiness]);
return aNames;
}
-/* ----------------------------------------------------------------------------
- ---------------------------------------------------------------------------*/
SwLabCfgItem::SwLabCfgItem(sal_Bool bLabel) :
ConfigItem(bLabel ? C2U("Office.Writer/Label") : C2U("Office.Writer/BusinessCard")),
bIsLabel(bLabel)
@@ -402,9 +389,7 @@ SwLabCfgItem::SwLabCfgItem(sal_Bool bLabel) :
SetModified();
}
}
-/* -----------------------------25.09.00 16:26--------------------------------
- ---------------------------------------------------------------------------*/
void SwLabCfgItem::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {}
void SwLabCfgItem::Commit()
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice