summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-12 16:34:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-13 16:17:04 +0200
commit3e8828508310b1203ca14a87a4d3967d2ef1d30a (patch)
tree49a03249405c1b87a4a42480658997d9730a86cc /include
parentf7a475dc7c202e1f3e8a905cb7bedbddddf06ec0 (diff)
no longer need bInterimBuilder
Change-Id: Ieff1e34de9665c80ded39d605656fe7d0626aec7 Reviewed-on: https://gerrit.libreoffice.org/80716 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/colorwindow.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/colorwindow.hxx b/include/svx/colorwindow.hxx
index 4656f3d37af7..8b1cc35e7565 100644
--- a/include/svx/colorwindow.hxx
+++ b/include/svx/colorwindow.hxx
@@ -166,7 +166,6 @@ public:
sal_uInt16 nSlotId,
const css::uno::Reference< css::frame::XFrame >& rFrame,
weld::Window* pParentWindow, const MenuOrToolMenuButton &rMenuButton,
- bool bInterimBuilder,
ColorSelectFunction const& rColorSelectFunction);
weld::Container* GetWidget() { return mxTopLevel.get(); }
virtual ~ColorWindow() override;