summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.cxx')
-rw-r--r--extensions/source/propctrlr/formcontroller.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx
index 0853c3c44aed..097db8089589 100644
--- a/extensions/source/propctrlr/formcontroller.cxx
+++ b/extensions/source/propctrlr/formcontroller.cxx
@@ -25,9 +25,6 @@
#include "propctrlr.hrc"
#include <com/sun/star/beans/PropertyAttribute.hpp>
-#include <com/sun/star/form/XGridColumnFactory.hpp>
-#include <com/sun/star/form/XForm.hpp>
-#include <com/sun/star/container/XChild.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <toolkit/helper/vclunohelper.hxx>
@@ -62,11 +59,6 @@ namespace pcr
using ::com::sun::star::util::VetoException;
using ::com::sun::star::beans::PropertyVetoException;
using ::com::sun::star::uno::UNO_QUERY;
- using ::com::sun::star::form::XGridColumnFactory;
- using ::com::sun::star::form::XForm;
- using ::com::sun::star::container::XChild;
- using ::com::sun::star::frame::XFrame;
- using ::com::sun::star::awt::XWindow;
namespace PropertyAttribute = css::beans::PropertyAttribute;