summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/lboxctrl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-23 15:44:53 +0200
committerNoel Grandin <noel@peralex.com>2015-03-24 09:36:59 +0200
commitfba2d764d88582951f00af8184d481a6647a8564 (patch)
tree8327accd603de32a0aa528b889d75c93c13f6960 /svx/source/tbxctrls/lboxctrl.cxx
parentb2125ae811c2fc2233026e5218a03bc24210a5c1 (diff)
convert SfxPopupWindowType to enum class
Change-Id: I03813103d648c5745beab740403c7912cdff2756
Diffstat (limited to 'svx/source/tbxctrls/lboxctrl.cxx')
-rw-r--r--svx/source/tbxctrls/lboxctrl.cxx2
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;
}