summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-01 15:08:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-02 10:30:49 +0200
commit7c610a2a74ca2bde7673b3ceee11c1b3f6b9d498 (patch)
treeef333efac79c7e2eea2de1542488ee2565a506bf /include
parent7de66670069219c3507734aefc2d600a3bef2071 (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')
-rw-r--r--include/sfx2/tabdlg.hxx1
-rw-r--r--include/svx/colorwindow.hxx3
-rw-r--r--include/svx/fntctrl.hxx2
3 files changed, 2 insertions, 4 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index c89793e21629..b37370c6bfdf 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -249,7 +249,6 @@ private:
DECL_DLLPRIVATE_LINK(ActivatePageHdl, const OString&, void);
DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool);
- SAL_DLLPRIVATE void Init_Impl(bool bFmtFlag);
SAL_DLLPRIVATE void CreatePages();
SAL_DLLPRIVATE void setPreviewsToSamePlace();
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);