summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui/gloslst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/utlui/gloslst.cxx')
-rw-r--r--sw/source/ui/utlui/gloslst.cxx38
1 files changed, 0 insertions, 38 deletions
diff --git a/sw/source/ui/utlui/gloslst.cxx b/sw/source/ui/utlui/gloslst.cxx
index 3d1cfe3b8496..abb68e3f2574 100644
--- a/sw/source/ui/utlui/gloslst.cxx
+++ b/sw/source/ui/utlui/gloslst.cxx
@@ -195,11 +195,6 @@ sal_uInt16 SwGlossaryList::GetGroupCount()
return aGroupArr.size();
}
-/********************************************************************
-
-********************************************************************/
-
-
String SwGlossaryList::GetGroupName(sal_uInt16 nPos, sal_Bool bNoPath, String* pTitle)
{
OSL_ENSURE(aGroupArr.size() > nPos, "group not available");
@@ -217,11 +212,6 @@ String SwGlossaryList::GetGroupName(sal_uInt16 nPos, sal_Bool bNoPath, String* p
}
-/********************************************************************
-
-********************************************************************/
-
-
sal_uInt16 SwGlossaryList::GetBlockCount(sal_uInt16 nGroup)
{
OSL_ENSURE(aGroupArr.size() > nGroup, "group not available");
@@ -233,11 +223,6 @@ sal_uInt16 SwGlossaryList::GetBlockCount(sal_uInt16 nGroup)
return 0;
}
-/********************************************************************
-
-********************************************************************/
-
-
String SwGlossaryList::GetBlockName(sal_uInt16 nGroup, sal_uInt16 nBlock, String& rShortName)
{
OSL_ENSURE(aGroupArr.size() > nGroup, "group not available");
@@ -250,11 +235,6 @@ String SwGlossaryList::GetBlockName(sal_uInt16 nGroup, sal_uInt16 nBlock, Strin
return aEmptyStr;
}
-/********************************************************************
-
-********************************************************************/
-
-
void SwGlossaryList::Update()
{
if(!IsActive())
@@ -366,11 +346,6 @@ void SwGlossaryList::Update()
}
}
-/********************************************************************
-
-********************************************************************/
-
-
void SwGlossaryList::Timeout()
{
// nur, wenn eine SwView den Fokus hat, wird automatisch upgedated
@@ -378,11 +353,6 @@ void SwGlossaryList::Timeout()
Update();
}
-/********************************************************************
-
-********************************************************************/
-
-
AutoTextGroup* SwGlossaryList::FindGroup(const String& rGroupName)
{
for(sal_uInt16 i = 0; i < aGroupArr.size(); i++)
@@ -394,11 +364,6 @@ AutoTextGroup* SwGlossaryList::FindGroup(const String& rGroupName)
return 0;
}
-/********************************************************************
-
-********************************************************************/
-
-
void SwGlossaryList::FillGroup(AutoTextGroup* pGroup, SwGlossaries* pGlossaries)
{
SwTextBlocks* pBlock = pGlossaries->GetGroupDoc(pGroup->sName);
@@ -450,9 +415,6 @@ bool SwGlossaryList::HasLongName(const String& rBegin, std::vector<String> *pLon
return nFound > 0;
}
-/********************************************************************
-
-********************************************************************/
void SwGlossaryList::ClearGroups()
{
sal_uInt16 nCount = aGroupArr.size();