diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-24 13:21:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-02-25 10:34:26 +0200 |
commit | fcf339ca5f198529a1eaf70e2ec893f75a843558 (patch) | |
tree | 97dd80e34cf4b7371b5ad210181fc5e1b5bce82f /include/sfx2/ctrlitem.hxx | |
parent | 1c4e95db104cd5f732bc41a539a7dc5fd9269ef6 (diff) |
convert SFX_SLOT_ constants to enum class
Change-Id: Icc3aad14d9d0c59c1c1c8f124f0626a9f947b93f
Diffstat (limited to 'include/sfx2/ctrlitem.hxx')
-rw-r--r-- | include/sfx2/ctrlitem.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sfx2/ctrlitem.hxx b/include/sfx2/ctrlitem.hxx index fa5b7b9ac853..63648c7fea1a 100644 --- a/include/sfx2/ctrlitem.hxx +++ b/include/sfx2/ctrlitem.hxx @@ -23,6 +23,9 @@ #include <sfx2/dllapi.h> #include <sal/types.h> #include <svl/poolitem.hxx> +#if defined( DBG_UTIL ) +#include <sfx2/msg.hxx> +#endif class SfxPoolItem; class SfxBindings; @@ -37,7 +40,7 @@ private: protected: #if defined( DBG_UTIL ) - SAL_DLLPRIVATE void CheckConfigure_Impl( sal_uIntPtr nType ); + SAL_DLLPRIVATE void CheckConfigure_Impl( SfxSlotMode nType ); #endif public: |