summaryrefslogtreecommitdiff
path: root/include/svx/fntctrl.hxx
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/svx/fntctrl.hxx
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/svx/fntctrl.hxx')
-rw-r--r--include/svx/fntctrl.hxx2
1 files changed, 1 insertions, 1 deletions
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);