summaryrefslogtreecommitdiff
path: root/reportdesign
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 /reportdesign
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 'reportdesign')
-rw-r--r--reportdesign/source/ui/dlg/Condition.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/source/ui/dlg/Condition.cxx b/reportdesign/source/ui/dlg/Condition.cxx
index 9e79c3d8830b..5676b6b91017 100644
--- a/reportdesign/source/ui/dlg/Condition.cxx
+++ b/reportdesign/source/ui/dlg/Condition.cxx
@@ -173,7 +173,6 @@ void Condition::SetBackgroundDropdownClick()
nullptr,
m_pDialog,
MenuOrToolMenuButton(m_xActions.get(), "background"),
- /*bInterimBuilder*/false,
m_aBackColorWrapper));
m_xActions->set_item_popover("background", m_xBackColorFloat->GetWidget());
@@ -188,7 +187,6 @@ void Condition::SetForegroundDropdownClick()
nullptr,
m_pDialog,
MenuOrToolMenuButton(m_xActions.get(), "foreground"),
- /*bInterimBuilder*/false,
m_aForeColorWrapper));
m_xActions->set_item_popover("foreground", m_xForeColorFloat->GetWidget());