diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-23 15:44:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-24 09:36:59 +0200 |
commit | fba2d764d88582951f00af8184d481a6647a8564 (patch) | |
tree | 8327accd603de32a0aa528b889d75c93c13f6960 /svx/source/mnuctrls | |
parent | b2125ae811c2fc2233026e5218a03bc24210a5c1 (diff) |
convert SfxPopupWindowType to enum class
Change-Id: I03813103d648c5745beab740403c7912cdff2756
Diffstat (limited to 'svx/source/mnuctrls')
-rw-r--r-- | svx/source/mnuctrls/clipboardctl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/mnuctrls/clipboardctl.cxx b/svx/source/mnuctrls/clipboardctl.cxx index 352dcb0cb651..e0ec2724c305 100644 --- a/svx/source/mnuctrls/clipboardctl.cxx +++ b/svx/source/mnuctrls/clipboardctl.cxx @@ -110,7 +110,7 @@ SfxPopupWindow* SvxClipBoardControl::CreatePopupWindow() SfxPopupWindowType SvxClipBoardControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONTIMEOUT; + return SfxPopupWindowType::ONTIMEOUT; } |