summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-06 14:34:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-05-07 13:28:09 +0000
commit0776b33f79327936e0bbf26acc73f2f0db45b9c8 (patch)
tree84685e5a2407e92963e9a1caa17a5336e5622688 /sc/source/ui/pagedlg
parent2c8dc0373377a6e801c9a9246ffdc3641f3be4ec (diff)
convert PUSHBUTTON_DROPDOWN constants to scoped enum
Change-Id: Iae363b8478ef2d560ae661af06ba989f27adc093 Reviewed-on: https://gerrit.libreoffice.org/15650 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r--sc/source/ui/pagedlg/tphfedit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index 175d3c717780..2e983ed1981f 100644
--- a/sc/source/ui/pagedlg/tphfedit.cxx
+++ b/sc/source/ui/pagedlg/tphfedit.cxx
@@ -341,7 +341,7 @@ ScExtIButton::ScExtIButton(vcl::Window* pParent, WinBits nBits )
{
nSelected=0;
aIdle.SetPriority(SchedulerPriority::LOWEST);
- SetDropDown(PUSHBUTTON_DROPDOWN_TOOLBOX);
+ SetDropDown(PushButtonDropdownStyle::Toolbox);
}
extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeScExtIButton(vcl::Window *pParent, VclBuilder::stringmap &)