summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-17 16:15:13 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-22 01:43:47 +0100
commite80d82f2f3f6316fb4d720856026fc3aa5f5c920 (patch)
treedc15774c8925990ae7b1953c8e444545eaa08358 /cui
parent889e20bb1f37b063032e1ab6887a309204c84868 (diff)
remove whitespaces
Change-Id: I38c09b730d0fd3eebb3dbd8965ab1665d0d3c92d
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optgdlg.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 39f5b24c9bb2..cc82f2897930 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -260,8 +260,6 @@ namespace
}
}
-
-
OfaMiscTabPage::OfaMiscTabPage(vcl::Window* pParent, const SfxItemSet& rSet)
: SfxTabPage(pParent, "OptGeneralPage", "cui/ui/optgeneralpage.ui", &rSet)
{
@@ -308,21 +306,15 @@ OfaMiscTabPage::OfaMiscTabPage(vcl::Window* pParent, const SfxItemSet& rSet)
m_pToolTipsCB->SetClickHdl( aLink );
}
-
-
OfaMiscTabPage::~OfaMiscTabPage()
{
}
-
-
SfxTabPage* OfaMiscTabPage::Create( vcl::Window* pParent, const SfxItemSet* rAttrSet )
{
return new OfaMiscTabPage( pParent, *rAttrSet );
}
-
-
bool OfaMiscTabPage::FillItemSet( SfxItemSet* rSet )
{
bool bModified = false;
@@ -383,8 +375,6 @@ bool OfaMiscTabPage::FillItemSet( SfxItemSet* rSet )
return bModified;
}
-
-
void OfaMiscTabPage::Reset( const SfxItemSet* rSet )
{
SvtHelpOptions aHelpOptions;
@@ -421,8 +411,6 @@ void OfaMiscTabPage::Reset( const SfxItemSet* rSet )
m_pCollectUsageInfo->SaveValue();
}
-
-
IMPL_LINK( OfaMiscTabPage, TwoFigureHdl, NumericField*, pEd )
{
(void)pEd;
@@ -445,8 +433,6 @@ IMPL_LINK( OfaMiscTabPage, TwoFigureHdl, NumericField*, pEd )
return 0;
}
-
-
IMPL_LINK( OfaMiscTabPage, TwoFigureConfigHdl, NumericField*, pEd )
{
sal_Int64 nNum = m_pYearValueField->GetValue();
@@ -457,16 +443,12 @@ IMPL_LINK( OfaMiscTabPage, TwoFigureConfigHdl, NumericField*, pEd )
return 0;
}
-
-
IMPL_LINK_NOARG(OfaMiscTabPage, HelpCheckHdl_Impl)
{
m_pExtHelpCB->Enable( m_pToolTipsCB->IsChecked() );
return 0;
}
-
-
class CanvasSettings
{
public:
@@ -485,7 +467,6 @@ private:
mutable bool mbHWAccelChecked;
};
-
CanvasSettings::CanvasSettings() :
mxForceFlagNameAccess(),
mbHWAccelAvailable(false),
@@ -544,7 +525,6 @@ CanvasSettings::CanvasSettings() :
}
}
-
bool CanvasSettings::IsHardwareAccelerationAvailable() const
{
if( !mbHWAccelChecked )
@@ -591,7 +571,6 @@ bool CanvasSettings::IsHardwareAccelerationAvailable() const
return mbHWAccelAvailable;
}
-
bool CanvasSettings::IsHardwareAccelerationEnabled() const
{
bool bForceLastEntry(false);
@@ -604,7 +583,6 @@ bool CanvasSettings::IsHardwareAccelerationEnabled() const
return !bForceLastEntry;
}
-
void CanvasSettings::EnabledHardwareAcceleration( bool _bEnabled ) const
{
Reference< XNameReplace > xNameReplace(