summaryrefslogtreecommitdiff
path: root/cui/source/options/fontsubs.cxx
diff options
context:
space:
mode:
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)