summaryrefslogtreecommitdiff
path: root/cui/source/options/optgenrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optgenrl.cxx')
-rw-r--r--cui/source/options/optgenrl.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index bd67adbb8c19..c2630b2c2a32 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -154,8 +154,6 @@ const vFieldInfo[] =
} // namespace
-
-
// Row
struct SvxGeneralTabPage::Row
@@ -176,8 +174,6 @@ public:
};
-
-
// Field
struct SvxGeneralTabPage::Field
@@ -202,7 +198,6 @@ public:
};
-
SvxGeneralTabPage::SvxGeneralTabPage(vcl::Window* pParent, const SfxItemSet& rCoreSet)
: SfxTabPage(pParent, "OptUserPage", "cui/ui/optuserpage.ui", &rCoreSet)
@@ -283,7 +278,6 @@ void SvxGeneralTabPage::InitControls ()
}
-
void SvxGeneralTabPage::SetLinks ()
{
// link for updating the initials
@@ -294,7 +288,6 @@ void SvxGeneralTabPage::SetLinks ()
}
-
VclPtr<SfxTabPage> SvxGeneralTabPage::Create( vcl::Window* pParent, const SfxItemSet* rAttrSet )
{
return VclPtr<SvxGeneralTabPage>::Create( pParent, *rAttrSet );
@@ -340,7 +333,6 @@ void SvxGeneralTabPage::Reset( const SfxItemSet* rSet )
}
-
// ModifyHdl_Impl()
// This handler updates the initials (short name)
// when one of the name fields was updated.
@@ -377,7 +369,6 @@ IMPL_LINK_TYPED( SvxGeneralTabPage, ModifyHdl_Impl, Edit&, rEdit, void )
}
-
bool SvxGeneralTabPage::GetAddress_Impl()
{
// updating
@@ -396,7 +387,6 @@ bool SvxGeneralTabPage::GetAddress_Impl()
}
-
void SvxGeneralTabPage::SetAddress_Impl()
{
// updating and disabling edit boxes
@@ -426,7 +416,6 @@ void SvxGeneralTabPage::SetAddress_Impl()
}
-
SvxGeneralTabPage::sfxpg SvxGeneralTabPage::DeactivatePage( SfxItemSet* pSet_ )
{
if ( pSet_ )