summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-23 12:03:52 +0200
committerNoel Grandin <noel@peralex.com>2015-03-24 09:36:56 +0200
commiteba9e9f88cf518a289e69e676098319177409e60 (patch)
tree7364d1728931e278cac2ddddf0fcca09fcd244f9 /include/sfx2
parent61831eb81661db2572eaa6cabf7d8eba2c4d842c (diff)
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
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/bindings.hxx7
1 files changed, 0 insertions, 7 deletions
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]