This patch removes bogus comments found in the uitool.cxx file
including empty Beschreibung (translation: description) statements
Signed-off-by: Prashant Shah <[email protected]>
---
sw/source/ui/utlui/uitool.cxx | 27 +--------------------------
1 files changed, 1 insertions(+), 26 deletions(-)
diff --git a/sw/source/ui/utlui/uitool.cxx b/sw/source/ui/utlui/uitool.cxx
index b75785e..6037837 100644
--- a/sw/source/ui/utlui/uitool.cxx
+++ b/sw/source/ui/utlui/uitool.cxx
@@ -96,7 +96,6 @@ using namespace ::com::sun::star;
Beschreibung: Metric umschalten
--------------------------------------------------------------------*/
-
void SetMetric(MetricFormatter& rCtrl, FieldUnit eUnit)
{
SwTwips nMin = static_cast< SwTwips >(rCtrl.GetMin(FUNIT_TWIP));
@@ -112,7 +111,6 @@ void SetMetric(MetricFormatter& rCtrl, FieldUnit eUnit)
Beschreibung: Boxinfo-Attribut setzen
--------------------------------------------------------------------*/
-
void PrepareBoxInfo(SfxItemSet& rSet, const SwWrtShell& rSh)
{
SvxBoxInfoItem aBoxInfo( SID_ATTR_BORDER_INNER );
@@ -140,7 +138,6 @@ void PrepareBoxInfo(SfxItemSet& rSet, const SwWrtShell& rSh)
Beschreibung: Header Footer fuellen
--------------------------------------------------------------------*/
-
void FillHdFt(SwFrmFmt* pFmt, const SfxItemSet& rSet)
{
SwAttrSet aSet(pFmt->GetAttrSet());
@@ -162,7 +159,6 @@ void FillHdFt(SwFrmFmt* pFmt, const SfxItemSet& rSet)
Beschreibung: PageDesc <-> in Sets wandeln und zurueck
--------------------------------------------------------------------*/
-
void ItemSetToPageDesc( const SfxItemSet& rSet, SwPageDesc& rPageDesc )
{
SwFrmFmt& rMaster = rPageDesc.GetMaster();
@@ -310,11 +306,6 @@ void ItemSetToPageDesc( const SfxItemSet& rSet, SwPageDesc& rPageDesc )
}
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
-
void PageDescToItemSet( const SwPageDesc& rPageDesc, SfxItemSet& rSet)
{
const SwFrmFmt& rMaster = rPageDesc.GetMaster();
@@ -473,12 +464,10 @@ void PageDescToItemSet( const SwPageDesc& rPageDesc, SfxItemSet& rSet)
}
-
/*--------------------------------------------------------------------
Beschreibung: DefaultTabs setzen
--------------------------------------------------------------------*/
-
void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs)
{
if( rTabs.Count() )
@@ -493,7 +482,6 @@ void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs)
Beschreibung: Abstand zwischen zwei Tabs
--------------------------------------------------------------------*/
-
USHORT GetTabDist(const SvxTabStopItem& rTabs)
{
USHORT nDefDist;
@@ -551,7 +539,6 @@ void SfxToSwPageDescAttr( const SwWrtShell& rShell, SfxItemSet& rSet )
rSet.Put( aPgDesc );
}
-
// erfrage ob im Set eine Sfx-PageDesc-Kombination vorliegt und returne diese
void SwToSfxPageDescAttr( SfxItemSet& rCoreSet )
{
@@ -590,7 +577,6 @@ void SwToSfxPageDescAttr( SfxItemSet& rCoreSet )
Beschreibung: Metric ermitteln
--------------------------------------------------------------------*/
-
FieldUnit GetDfltMetric(BOOL bWeb)
{
return SW_MOD()->GetUsrPref(bWeb)->GetMetric();
@@ -600,15 +586,11 @@ FieldUnit GetDfltMetric(BOOL bWeb)
Beschreibung: Metric ermitteln
--------------------------------------------------------------------*/
-
void SetDfltMetric( FieldUnit eMetric, BOOL bWeb )
{
SW_MOD()->ApplyUserMetric(eMetric, bWeb);
}
-/*-----------------09.04.98 16:58-------------------
-
---------------------------------------------------*/
USHORT InsertStringSorted(const String& rEntry, ListBox& rToFill, USHORT nOffset )
{
USHORT i = nOffset;
@@ -621,6 +603,7 @@ USHORT InsertStringSorted(const String& rEntry, ListBox& rToFill, USHORT nOffset
}
return rToFill.InsertEntry(rEntry, i);
}
+
void FillCharStyleListBox(ListBox& rToFill, SwDocShell* pDocSh, BOOL bSorted, BOOL bWithDefault)
{
BOOL bHasOffset = rToFill.GetEntryCount() > 0;
@@ -665,9 +648,6 @@ void FillCharStyleListBox(ListBox& rToFill, SwDocShell* pDocSh, BOOL bSorted, BO
}
};
-/* -----------------27.04.98 08:26-------------------
- *
- * --------------------------------------------------*/
SwTwips GetTableWidth( SwFrmFmt* pFmt, SwTabCols& rCols, USHORT *pPercent,
SwWrtShell* pSh )
{
@@ -710,8 +690,6 @@ SwTwips GetTableWidth( SwFrmFmt* pFmt, SwTabCols& rCols, USHORT *pPercent,
return nWidth;
}
-/*------------------------------------------------------------------------*/
-
String GetAppLangDateTimeString( const DateTime& rDT )
{
const SvtSysLocale aSysLocale;
@@ -734,9 +712,6 @@ void SetApplyCharUnit(BOOL bApplyChar, BOOL bWeb)
SW_MOD()->ApplyUserCharUnit(bApplyChar, bWeb);
}
-/*-- 26.01.2006 08:06:33---------------------------------------------------
-
- -----------------------------------------------------------------------*/
bool ExecuteMenuCommand( PopupMenu& rMenu, SfxViewFrame& rViewFrame, USHORT nId )
{
bool bRet = false;
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice