diff options
Diffstat (limited to 'svx/source/tbxctrls/lboxctrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/lboxctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx index 66512d5352fb..f65d68ff4daf 100644 --- a/svx/source/tbxctrls/lboxctrl.cxx +++ b/svx/source/tbxctrls/lboxctrl.cxx @@ -153,7 +153,7 @@ SfxPopupWindow* SvxListBoxControl::CreatePopupWindow() SfxPopupWindowType SvxListBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONTIMEOUT; + return SfxPopupWindowType::ONTIMEOUT; } |