diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-31 16:37:55 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-01 09:05:46 +0000 |
commit | b8ee524330d924456931ad602eb4701b55a2aa85 (patch) | |
tree | d5bcc6cfeed82d8aecf75efb256916eed2271304 /cui/source | |
parent | 26c149617c54e29902a77d2f95ca7c64af13b52f (diff) |
loplugin:countusersofdefaultparams
Change-Id: Ifc9cdbda77048791203e89350c2efa9a6c34c4a5
Reviewed-on: https://gerrit.libreoffice.org/28555
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/factory/dlgfact.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx index a1441f6a326d..b8737d45c4f1 100644 --- a/cui/source/factory/dlgfact.hxx +++ b/cui/source/factory/dlgfact.hxx @@ -509,7 +509,7 @@ public: virtual SfxAbstractTabDialog* CreateSvxBorderBackgroundDlg( vcl::Window* pParent, const SfxItemSet& rCoreSet, - bool bEnableSelector = false, + bool bEnableSelector, bool bEnableDrawingLayerFillStyles = false) override; virtual AbstractSvxTransformTabDialog* CreateSvxTransformTabDialog( vcl::Window* pParent, @@ -520,7 +520,7 @@ public: const SfxItemSet* pAttr, const SdrView* pSdrView, sal_uInt32 nResId, - bool bSizeTabPage = false + bool bSizeTabPage ) override; virtual AbstractSpellDialog * CreateSvxSpellDialog( vcl::Window* pParent, @@ -588,7 +588,7 @@ public: bool bShadow ) override; virtual SfxAbstractTabDialog* CreateSvxLineTabDialog( vcl::Window* pParent, const SfxItemSet* pAttr, SdrModel* pModel, - const SdrObject* pObj = nullptr, + const SdrObject* pObj, bool bHasObj = true ) override; virtual AbstractSvxPostItDialog* CreateSvxPostItDialog( vcl::Window* pParent, const SfxItemSet& rCoreSet, @@ -617,7 +617,7 @@ public: const sal_uInt16 _nInitiallySelectedEvent ) override; - virtual SfxAbstractTabDialog* CreateSvxFormatCellsDialog( const SfxItemSet* pAttr, SdrModel* pModel, const SdrObject* pObj = nullptr ) override; + virtual SfxAbstractTabDialog* CreateSvxFormatCellsDialog( const SfxItemSet* pAttr, SdrModel* pModel, const SdrObject* pObj ) override; virtual SvxAbstractSplittTableDialog* CreateSvxSplittTableDialog( vcl::Window* pParent, bool bIsTableVertical, long nMaxVertical, long nMaxHorizontal ) override; |