summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui/gloslst.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-07 15:30:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 18:08:29 +0200
commitadc49a81e940cb84724288a4453b6711f283219f (patch)
treedc86287afb936e3459bc9217480884ab5bd48ea2 /sw/source/ui/utlui/gloslst.cxx
parent7435558847c7bbe9160e0ca6fb1a6115a34555fe (diff)
remove empty ascii boxes and stuff
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
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();