diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-10 13:44:57 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-11 06:04:52 +0000 |
commit | b796b24793827583550279d40bfe565c66ad284d (patch) | |
tree | c727fbab95059956287850ac817d8f9c1bb422f4 /svx/inc | |
parent | a97e6990435bbc47be4a4f6f349404f438e2c315 (diff) |
loplugin:countusersofdefaultparams in svl..unodevtools
Change-Id: Ie3d2cf29e99b8a51b80246aafa23a92e6c3404b2
Reviewed-on: https://gerrit.libreoffice.org/28017
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/galbrws2.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/overlay/overlaymanagerbuffered.hxx | 4 | ||||
-rw-r--r-- | svx/inc/svdibrow.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index d2dc8f0f7ca4..a042ff7f7d3f 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -161,7 +161,7 @@ public: sal_Int8 ExecuteDrop( DropTargetHelper& rTarget, const ExecuteDropEvent& rEvt ); void StartDrag( vcl::Window* pWindow, const Point* pDragPoint = nullptr ); void TogglePreview( vcl::Window* pWindow, const Point* pPreviewPoint = nullptr ); - void ShowContextMenu( vcl::Window* pWindow, const Point* pContextPoint = nullptr ); + void ShowContextMenu( vcl::Window* pWindow, const Point* pContextPoint ); bool KeyInput( const KeyEvent& rEvt, vcl::Window* pWindow ); static css::uno::Reference< css::frame::XFrame > GetFrame(); diff --git a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx index 8257419cd7fe..3ef4a6eb1f2f 100644 --- a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx +++ b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx @@ -59,7 +59,7 @@ namespace sdr void ImpPrepareBufferDevice(); void ImpRestoreBackground() const ; void ImpRestoreBackground(const vcl::Region& rRegionPixel) const; - void ImpSaveBackground(const vcl::Region& rRegion, OutputDevice* pPreRenderDevice = nullptr); + void ImpSaveBackground(const vcl::Region& rRegion, OutputDevice* pPreRenderDevice); OverlayManagerBuffered( OutputDevice& rOutputDevice, @@ -68,7 +68,7 @@ namespace sdr public: static rtl::Reference<OverlayManager> create(OutputDevice& rOutputDevice, - bool bRefreshWithPreRendering = false); + bool bRefreshWithPreRendering); // complete redraw virtual void completeRedraw(const vcl::Region& rRegion, OutputDevice* pPreRenderDevice = nullptr) const override; diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx index 5e16c6947857..11bd21a0093a 100644 --- a/svx/inc/svdibrow.hxx +++ b/svx/inc/svdibrow.hxx @@ -73,7 +73,7 @@ public: virtual ~SdrItemBrowserControl(); virtual void dispose() override; void Clear(); - void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet=nullptr); + void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet); sal_uInt16 GetCurrentWhich() const; void EndChangeEntry(); void BreakChangeEntry(); |