From eba9e9f88cf518a289e69e676098319177409e60 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 23 Mar 2015 12:03:52 +0200 Subject: convert SfxPopupAction to enum class and move it out of the header file, because it's only used inside one .cxx file Change-Id: I94b8cb957b86b1ee51e654b2d247269ef2cec88a --- include/sfx2/bindings.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/sfx2') diff --git a/include/sfx2/bindings.hxx b/include/sfx2/bindings.hxx index ddae1342c723..69549abf39cb 100644 --- a/include/sfx2/bindings.hxx +++ b/include/sfx2/bindings.hxx @@ -85,13 +85,6 @@ inline SfxCallMode& operator&= (SfxCallMode& lhs, SfxCallMode rhs) } -enum SfxPopupAction -{ - SFX_POPUP_DELETE, - SFX_POPUP_HIDE, - SFX_POPUP_SHOW -}; - class SFX2_DLLPUBLIC SfxBindings: public SfxBroadcaster /* [Description] -- cgit