This patch removes bogus comments found in the uiitems.cxx file
including empty Beschreibung (translation: description) statements
Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
---
sw/source/ui/utlui/uiitems.cxx | 17 ++---------------
1 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/sw/source/ui/utlui/uiitems.cxx b/sw/source/ui/utlui/uiitems.cxx
index c266125..7010bd9 100644
--- a/sw/source/ui/utlui/uiitems.cxx
+++ b/sw/source/ui/utlui/uiitems.cxx
@@ -120,9 +120,7 @@ SfxItemPresentation SwPageFtnInfoItem::GetPresentation
}
return SFX_ITEM_PRESENTATION_NONE;
}
-/* -----------------------------26.04.01 12:25--------------------------------
- ---------------------------------------------------------------------------*/
bool SwPageFtnInfoItem::QueryValue( Any& rVal, BYTE nMemberId ) const
{
bool bRet = true;
@@ -146,9 +144,7 @@ bool SwPageFtnInfoItem::QueryValue( Any& rVal, BYTE nMemberId ) const
}
return bRet;
}
-/* -----------------------------26.04.01 12:26--------------------------------
- ---------------------------------------------------------------------------*/
bool SwPageFtnInfoItem::PutValue(const Any& rVal, BYTE nMemberId)
{
sal_Int32 nSet32 = 0;
@@ -238,11 +234,6 @@ SfxPoolItem* SwPtrItem::Clone( SfxItemPool * /*pPool*/ ) const
return new SwPtrItem( *this );
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
-
int SwPtrItem::operator==( const SfxPoolItem& rAttr ) const
{
DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unequal types" );
@@ -303,16 +294,12 @@ bool SwUINumRuleItem::PutValue( const uno::Any& rVal, BYTE /*nMemberId*/ )
}
return true;
}
-/* -----------------17.06.98 17:43-------------------
- *
- * --------------------------------------------------*/
+
SwBackgroundDestinationItem::SwBackgroundDestinationItem(USHORT _nWhich, USHORT nValue) :
SfxUInt16Item(_nWhich, nValue)
{
}
-/* -----------------17.06.98 17:44-------------------
- *
- * --------------------------------------------------*/
+
SfxPoolItem* SwBackgroundDestinationItem::Clone( SfxItemPool * /*pPool*/ ) const
{
return new SwBackgroundDestinationItem(Which(), GetValue());
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.