summaryrefslogtreecommitdiff
path: root/cui/source/options/fontsubs.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 /cui/source/options/fontsubs.cxx
parent7435558847c7bbe9160e0ca6fb1a6115a34555fe (diff)
remove empty ascii boxes and stuff
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
Diffstat (limited to 'cui/source/options/fontsubs.cxx')
-rw-r--r--cui/source/options/fontsubs.cxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/cui/source/options/fontsubs.cxx b/cui/source/options/fontsubs.cxx
index 7f65c50307e1..9d7898e6ec7b 100644
--- a/cui/source/options/fontsubs.cxx
+++ b/cui/source/options/fontsubs.cxx
@@ -154,10 +154,6 @@ SvxFontSubstTabPage::SvxFontSubstTabPage( Window* pParent,
aFontHeightLB.InsertEntry(String::CreateFromInt32(nHeight));
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
SvLBoxEntry* SvxFontSubstTabPage::CreateEntry(String& rFont1, String& rFont2)
{
SvLBoxEntry* pEntry = new SvLBoxEntry;
@@ -180,31 +176,18 @@ SvLBoxEntry* SvxFontSubstTabPage::CreateEntry(String& rFont1, String& rFont2)
return pEntry;
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
-
SvxFontSubstTabPage::~SvxFontSubstTabPage()
{
delete pCheckButtonData;
delete pConfig;
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
SfxTabPage* SvxFontSubstTabPage::Create( Window* pParent,
const SfxItemSet& rAttrSet)
{
return new SvxFontSubstTabPage(pParent, rAttrSet);
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
sal_Bool SvxFontSubstTabPage::FillItemSet( SfxItemSet& )
{
pConfig->ClearSubstitutions();// remove all entries
@@ -247,11 +230,6 @@ sal_Bool SvxFontSubstTabPage::FillItemSet( SfxItemSet& )
return sal_False;
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
-
void SvxFontSubstTabPage::Reset( const SfxItemSet& )
{
aCheckLB.SetUpdateMode(sal_False);
@@ -299,10 +277,6 @@ void SvxFontSubstTabPage::Reset( const SfxItemSet& )
aFontHeightLB.SaveValue();
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
IMPL_LINK(SvxFontSubstTabPage, SelectHdl, Window*, pWin)
{
if (pWin == &aNewDelTBX)