diff options
Diffstat (limited to 'forms/source/component/GroupManager.hxx')
-rw-r--r-- | forms/source/component/GroupManager.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx index a39f91fb6bee..b2966e9ec3cd 100644 --- a/forms/source/component/GroupManager.hxx +++ b/forms/source/component/GroupManager.hxx @@ -27,15 +27,12 @@ #include <com/sun/star/container/XContainerListener.hpp> #include <com/sun/star/container/XContainer.hpp> #include <cppuhelper/implbase.hxx> -#include <comphelper/types.hxx> #include <algorithm> #include <map> #include <memory> #include <vector> -using namespace comphelper; - /* * The GroupManager listens at the StarForm for FormComponent insertion and removal as well as * its properties "Name" and "TabIndex" and updates its Group using this information. |