diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-02 00:03:23 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-03 02:14:16 +0100 |
commit | b49e0680d7511487a66e73a0acb1137f6043bb94 (patch) | |
tree | fecab567a6b9b1fa2bb9947d21ec60ff3a7a03e1 /sw/source | |
parent | b40f4e258a7825516dac43a1a56809948cf4de6b (diff) |
sw: split out SwXTextFieldMasters, SwXTextFieldTypes from unofield.hxx
Change-Id: I3d3d240b32105d9409089fed966fb6d62e78adf9
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/unocore/unofield.cxx | 3 | ||||
-rw-r--r-- | sw/source/core/unocore/unoobj.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/unocore/unoobj2.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/uno/unotxdoc.cxx | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx index f4b6145ab0de..25993b32f8f5 100644 --- a/sw/source/core/unocore/unofield.cxx +++ b/sw/source/core/unocore/unofield.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <unofield.hxx> +#include <unofieldcoll.hxx> #include <swtypes.hxx> #include <cmdid.h> #include <doc.hxx> @@ -52,7 +54,6 @@ #include <com/sun/star/text/WrapTextMode.hpp> #include <com/sun/star/text/TextContentAnchorType.hpp> #include <com/sun/star/text/PageNumberType.hpp> -#include <unofield.hxx> #include <unocrsr.hxx> #include <authfld.hxx> #include <flddat.hxx> diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx index 3162e5a789bd..f1e1e5794834 100644 --- a/sw/source/core/unocore/unoobj.cxx +++ b/sw/source/core/unocore/unoobj.cxx @@ -77,7 +77,6 @@ #include <unodraw.hxx> #include <unocoll.hxx> #include <unostyle.hxx> -#include <unofield.hxx> #include <unometa.hxx> #include <fmtanchr.hxx> #include <editeng/flstitem.hxx> diff --git a/sw/source/core/unocore/unoobj2.cxx b/sw/source/core/unocore/unoobj2.cxx index 62f73db9a9ad..41e202209f81 100644 --- a/sw/source/core/unocore/unoobj2.cxx +++ b/sw/source/core/unocore/unoobj2.cxx @@ -75,7 +75,6 @@ #include <unodraw.hxx> #include <unocoll.hxx> #include <unostyle.hxx> -#include <unofield.hxx> #include <fmtanchr.hxx> #include <editeng/flstitem.hxx> #include <editeng/unolingu.hxx> diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx index 768bce0a9f9b..22f8f8364343 100644 --- a/sw/source/ui/uno/unotxdoc.cxx +++ b/sw/source/ui/uno/unotxdoc.cxx @@ -58,7 +58,7 @@ #include <pagedesc.hxx> #include <svtools/txtcmp.hxx> #include <unocrsr.hxx> -#include <unofield.hxx> +#include <unofieldcoll.hxx> #include <unoidx.hxx> #include <unocrsrhelper.hxx> #include <unotxvw.hxx> |