summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmexpl.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-10-30 13:12:29 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-10-30 13:12:29 +0100
commite39dac8cb3f4d98f6aab875f64672b1f502264a2 (patch)
treed2ba6ec473961be05c918f504b9aa1e030744895 /svx/source/inc/fmexpl.hxx
parent346d0a2a7644c54da29338df9102cbbc027aa20a (diff)
cleaned up fmtools.?xx, so that only files which need it include it, and functions having 1 client only are moved to the client file
Diffstat (limited to 'svx/source/inc/fmexpl.hxx')
-rw-r--r--svx/source/inc/fmexpl.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx
index df60ba931739..a03940fd510b 100644
--- a/svx/source/inc/fmexpl.hxx
+++ b/svx/source/inc/fmexpl.hxx
@@ -39,12 +39,17 @@
#include <sfx2/dockwin.hxx>
#include <sfx2/ctrlitem.hxx>
#include <vcl/image.hxx>
+
+/** === begin UNO includes === **/
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/form/XForm.hpp>
#include <com/sun/star/form/XFormComponent.hpp>
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
#include <com/sun/star/container/XContainerListener.hpp>
#include <com/sun/star/container/XContainer.hpp>
+#include <com/sun/star/beans/XPropertyChangeListener.hpp>
+#include <com/sun/star/container/XIndexContainer.hpp>
+/** === end UNO includes === **/
#include <svtools/svtreebx.hxx>
@@ -57,7 +62,6 @@
#include <svx/fmview.hxx>
#include "fmexch.hxx"
-#include "fmtools.hxx"
class SdrObjListIter;
class FmFormShell;