From fcf339ca5f198529a1eaf70e2ec893f75a843558 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Feb 2015 13:21:11 +0200 Subject: convert SFX_SLOT_ constants to enum class Change-Id: Icc3aad14d9d0c59c1c1c8f124f0626a9f947b93f --- include/sfx2/ctrlitem.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/sfx2/ctrlitem.hxx') 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 #include #include +#if defined( DBG_UTIL ) +#include +#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: -- cgit