diff options
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); |