summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/backgrnd.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-12 15:09:44 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 10:52:46 +0200
commit4c6d1a2636941c559d78fcac36125ba1374330f9 (patch)
treed651b23ce2b95f320d37a4d4c3fb2d1ccf0de916 /cui/source/tabpages/backgrnd.cxx
parent860130783830fc39ea49a3c76f70ab79b4f31f92 (diff)
loplugin: defaultparams
Change-Id: I81537289a40bdc30bd8d896dc5364f0989205e39
Diffstat (limited to 'cui/source/tabpages/backgrnd.cxx')
-rw-r--r--cui/source/tabpages/backgrnd.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index 70b602de1c48..e5841f02e6e9 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -618,7 +618,7 @@ void SvxBackgroundTabPage::ResetFromWallpaperItem( const SfxItemSet& rSet )
// We now have always a link to the background
bLinkOnly = true;
- m_pBtnLink->Check( true );
+ m_pBtnLink->Check();
m_pBtnLink->Show( false );
}
@@ -1255,7 +1255,7 @@ IMPL_LINK_NOARG(SvxBackgroundTabPage, BrowseHdl_Impl)
// activate preview, so that the user sees which
// graphic he has chosen
if ( !m_pBtnLink->IsChecked() && !m_pBtnPreview->IsChecked() )
- m_pBtnPreview->Check( true );
+ m_pBtnPreview->Check();
// timer-delayed loading of the graphic
pPageImpl->pLoadIdle->Start();
}
@@ -1470,7 +1470,7 @@ void SvxBackgroundTabPage::FillControls_Impl( const SvxBrushItem& rBgdAttr,
DBG_ASSERT( aObj.GetProtocol() != INetProtocol::NotValid, "Invalid URL!" );
#endif
aBgdGraphicPath = aStrLink;
- m_pBtnLink->Check( true );
+ m_pBtnLink->Check();
m_pBtnLink->Enable();
}
else