summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-05 11:00:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-05 10:28:25 +0000
commit7fa183cb1a04120b37069c63166182065c3d975c (patch)
tree089d60ab2ffb5976d102b1f25b40fdc756cb4eb1 /cui
parent755a4838054050111f2118d0957041120831f5df (diff)
loplugin:countusersofdefaultparams in chart2..desktop
Change-Id: Iaca94acd6ef91f07ed0c0085390500c418099dee Reviewed-on: https://gerrit.libreoffice.org/27896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/hangulhanjadlg.cxx2
-rw-r--r--cui/source/inc/cfg.hxx4
-rw-r--r--cui/source/inc/dlgname.hxx2
-rw-r--r--cui/source/inc/hangulhanjadlg.hxx2
-rw-r--r--cui/source/options/optaboutconfig.hxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/dialogs/hangulhanjadlg.cxx b/cui/source/dialogs/hangulhanjadlg.cxx
index 5586c0f89142..725e0cba2248 100644
--- a/cui/source/dialogs/hangulhanjadlg.cxx
+++ b/cui/source/dialogs/hangulhanjadlg.cxx
@@ -100,7 +100,7 @@ namespace svx
public:
void Paint( OutputDevice& _rDevice, const Rectangle& _rRect, DrawTextFlags _nTextStyle,
- Rectangle* _pPrimaryLocation = nullptr, Rectangle* _pSecondaryLocation = nullptr,
+ Rectangle* _pPrimaryLocation, Rectangle* _pSecondaryLocation,
vcl::ControlLayoutData* _pLayoutData = nullptr );
};
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx
index e766f130568a..2653b485e791 100644
--- a/cui/source/inc/cfg.hxx
+++ b/cui/source/inc/cfg.hxx
@@ -100,7 +100,7 @@ protected:
void ApplyMenu(
css::uno::Reference< css::container::XIndexContainer >& rMenuBar,
css::uno::Reference< css::lang::XSingleComponentFactory >& rFactory,
- SvxConfigEntry *pMenuData = nullptr );
+ SvxConfigEntry *pMenuData );
bool LoadSubMenus(
const css::uno::Reference< css::container::XIndexAccess >& xMenuSettings,
@@ -614,7 +614,7 @@ private:
void ApplyToolbar(
css::uno::Reference< css::container::XIndexContainer >& rNewToolbarBar,
css::uno::Reference< css::lang::XSingleComponentFactory >& rFactory,
- SvxConfigEntry *pToolbar = nullptr );
+ SvxConfigEntry *pToolbar );
public:
diff --git a/cui/source/inc/dlgname.hxx b/cui/source/inc/dlgname.hxx
index 4b28ed5343bd..1984a54b5c02 100644
--- a/cui/source/inc/dlgname.hxx
+++ b/cui/source/inc/dlgname.hxx
@@ -60,7 +60,7 @@ public:
@todo Remove the parameter bCheckImmediately and incorporate the 'true'
behaviour as default.
*/
- void SetCheckNameHdl( const Link<SvxNameDialog&,bool>& rLink, bool bCheckImmediately = false )
+ void SetCheckNameHdl( const Link<SvxNameDialog&,bool>& rLink, bool bCheckImmediately )
{
aCheckNameHdl = rLink;
if ( bCheckImmediately )
diff --git a/cui/source/inc/hangulhanjadlg.hxx b/cui/source/inc/hangulhanjadlg.hxx
index 271d5a0e2834..958ec166731a 100644
--- a/cui/source/inc/hangulhanjadlg.hxx
+++ b/cui/source/inc/hangulhanjadlg.hxx
@@ -157,7 +157,7 @@ namespace svx
void SetCurrentString(
const OUString& _rNewString,
const css::uno::Sequence< OUString >& _rSuggestions,
- bool _bOriginatesFromDocument = true
+ bool _bOriginatesFromDocument
);
void FocusSuggestion( );
diff --git a/cui/source/options/optaboutconfig.hxx b/cui/source/options/optaboutconfig.hxx
index a9ecec3f4183..460e5e928de1 100644
--- a/cui/source/options/optaboutconfig.hxx
+++ b/cui/source/options/optaboutconfig.hxx
@@ -70,7 +70,7 @@ public:
virtual ~CuiAboutConfigTabPage();
virtual void dispose() override;
void InsertEntry(const OUString &rPropertyPath, const OUString& rProp, const OUString& rStatus, const OUString& rType, const OUString& rValue,
- SvTreeListEntry *pParentEntry = nullptr, bool bInsertToPrefBox = true);
+ SvTreeListEntry *pParentEntry, bool bInsertToPrefBox);
void Reset();
void FillItems(const css::uno::Reference<css::container::XNameAccess>& xNameAccess,
SvTreeListEntry *pParentEntry = nullptr, int lineage = 0, bool bLoadAll = false);