summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optgenrl.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /cui/source/options/optgenrl.cxx
parentFormatting changes across all modules (diff)
downloadcore-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.tar.gz
core-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.zip
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
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_ )