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.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index 0ff50b94a03e..1894b14a4555 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -157,7 +157,7 @@ const vFieldInfo[] =
} // namespace
-// -----------------------------------------------------------------------
+
//
// Row
@@ -182,7 +182,7 @@ public:
}
};
-// -----------------------------------------------------------------------
+
//
// Field
@@ -208,7 +208,7 @@ public:
}
};
-// -----------------------------------------------------------------------
+
SvxGeneralTabPage::SvxGeneralTabPage(Window* pParent, const SfxItemSet& rCoreSet)
@@ -220,12 +220,12 @@ SvxGeneralTabPage::SvxGeneralTabPage(Window* pParent, const SfxItemSet& rCoreSet
SetLinks();
}
-//------------------------------------------------------------------------
+
SvxGeneralTabPage::~SvxGeneralTabPage ()
{ }
-//------------------------------------------------------------------------
+
// Initializes the titles and the edit boxes,
// according to vRowInfo[] and vFieldInfo[] above.
@@ -284,7 +284,7 @@ void SvxGeneralTabPage::InitControls ()
}
}
-//------------------------------------------------------------------------
+
void SvxGeneralTabPage::SetLinks ()
{
@@ -295,14 +295,14 @@ void SvxGeneralTabPage::SetLinks ()
vFields[i]->pEdit->SetModifyHdl(aLink);
}
-//------------------------------------------------------------------------
+
SfxTabPage* SvxGeneralTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet )
{
return ( new SvxGeneralTabPage( pParent, rAttrSet ) );
}
-//------------------------------------------------------------------------
+
sal_Bool SvxGeneralTabPage::FillItemSet( SfxItemSet& )
{
@@ -321,7 +321,7 @@ sal_Bool SvxGeneralTabPage::FillItemSet( SfxItemSet& )
return bModified;
}
-//------------------------------------------------------------------------
+
void SvxGeneralTabPage::Reset( const SfxItemSet& rSet )
{
@@ -344,7 +344,7 @@ void SvxGeneralTabPage::Reset( const SfxItemSet& rSet )
m_pUseDataCB->Check( SvtSaveOptions().IsUseUserData() );
}
-//------------------------------------------------------------------------
+
// ModifyHdl_Impl()
// This handler updates the initials (short name)
@@ -381,7 +381,7 @@ IMPL_LINK( SvxGeneralTabPage, ModifyHdl_Impl, Edit *, pEdit )
return 0;
}
-//------------------------------------------------------------------------
+
sal_Bool SvxGeneralTabPage::GetAddress_Impl()
{
@@ -400,7 +400,7 @@ sal_Bool SvxGeneralTabPage::GetAddress_Impl()
return false;
}
-//------------------------------------------------------------------------
+
void SvxGeneralTabPage::SetAddress_Impl()
{
@@ -430,7 +430,7 @@ void SvxGeneralTabPage::SetAddress_Impl()
vFields[i]->pEdit->SaveValue();
}
-// -----------------------------------------------------------------------
+
int SvxGeneralTabPage::DeactivatePage( SfxItemSet* pSet_ )
{