diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-01 15:08:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-02 10:30:49 +0200 |
commit | 7c610a2a74ca2bde7673b3ceee11c1b3f6b9d498 (patch) | |
tree | ef333efac79c7e2eea2de1542488ee2565a506bf /include/svx | |
parent | 7de66670069219c3507734aefc2d600a3bef2071 (diff) |
loplugin:constantparam
Change-Id: I9fbfa6163c1d4650c52b00dc911972f07fe7c0e5
Reviewed-on: https://gerrit.libreoffice.org/56778
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/colorwindow.hxx | 3 | ||||
-rw-r--r-- | include/svx/fntctrl.hxx | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/svx/colorwindow.hxx b/include/svx/colorwindow.hxx index 57db20691369..765739a7af48 100644 --- a/include/svx/colorwindow.hxx +++ b/include/svx/colorwindow.hxx @@ -144,8 +144,7 @@ private: NamedColor GetAutoColor() const; public: - ColorWindow(const OUString& rCommand, - std::shared_ptr<PaletteManager> const & rPaletteManager, + ColorWindow(std::shared_ptr<PaletteManager> const & rPaletteManager, BorderColorStatus& rBorderColorStatus, sal_uInt16 nSlotId, const css::uno::Reference< css::frame::XFrame >& rFrame, diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx index 0cdfe25a9216..320b49dc00e7 100644 --- a/include/svx/fntctrl.hxx +++ b/include/svx/fntctrl.hxx @@ -93,7 +93,7 @@ private: bool mbResetForeground : 1; bool mbResetBackground : 1; - SVX_DLLPRIVATE void ResetSettings(bool bForeground, bool bBackground); + SVX_DLLPRIVATE void ResetSettings(); SVX_DLLPRIVATE void ApplySettings(vcl::RenderContext& rRenderContext); virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override; SVX_DLLPRIVATE static void SetFontSize(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont); |