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/tbxctrls/linectrl.cxx | |
parent | b2125ae811c2fc2233026e5218a03bc24210a5c1 (diff) |
convert SfxPopupWindowType to enum class
Change-Id: I03813103d648c5745beab740403c7912cdff2756
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/linectrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx index 56fd6a670f6d..bee2f93e3def 100644 --- a/svx/source/tbxctrls/linectrl.cxx +++ b/svx/source/tbxctrls/linectrl.cxx @@ -619,7 +619,7 @@ SvxLineEndToolBoxControl::~SvxLineEndToolBoxControl() SfxPopupWindowType SvxLineEndToolBoxControl::GetPopupWindowType() const { - return SFX_POPUPWINDOW_ONCLICK; + return SfxPopupWindowType::ONCLICK; } |