diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:43 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:43 +0100 |
commit | 37dee57c4d5640e59c296c926a74a25342afdc2e (patch) | |
tree | 4b6507d73326561299e009a681295685db5bc657 /sw/source | |
parent | 92bbc112a283deee8796f09a1eaa49515979a548 (diff) |
swunolocking1: #i105557#: unoobj.hxx: split out unorefmark.hxx:
move SwXReferenceMark from unoobj.hxx to new unorefmark.hxx.
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/unocore/unoclbck.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/unocore/unocoll.cxx | 4 | ||||
-rw-r--r-- | sw/source/core/unocore/unocrsrhelper.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/unocore/unoportenum.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/unocore/unorefmk.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/unocore/unotext.cxx | 1 |
6 files changed, 7 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unoclbck.cxx b/sw/source/core/unocore/unoclbck.cxx index ef14a270630d..01890a1f40a4 100644 --- a/sw/source/core/unocore/unoclbck.cxx +++ b/sw/source/core/unocore/unoclbck.cxx @@ -36,6 +36,7 @@ #include <tools/debug.hxx> #include <swtypes.hxx> #include <unoobj.hxx> +#include <unorefmark.hxx> #include <unoidx.hxx> #include <tox.hxx> #include <unoclbck.hxx> diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx index 0a95eee00bcd..d7315e42383d 100644 --- a/sw/source/core/unocore/unocoll.cxx +++ b/sw/source/core/unocore/unocoll.cxx @@ -31,7 +31,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" - #include <swtypes.hxx> #include <cmdid.h> #include <hintids.hxx> @@ -76,7 +75,8 @@ #include <slist> #include <iterator> -#include "unometa.hxx" +#include <unorefmark.hxx> +#include <unometa.hxx> #include "docsh.hxx" diff --git a/sw/source/core/unocore/unocrsrhelper.cxx b/sw/source/core/unocore/unocrsrhelper.cxx index 194200bfad0c..de893c8fe76a 100644 --- a/sw/source/core/unocore/unocrsrhelper.cxx +++ b/sw/source/core/unocore/unocrsrhelper.cxx @@ -32,10 +32,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" - #include <cmdid.h> #include <unocrsrhelper.hxx> #include <unoobj.hxx> +#include <unorefmark.hxx> #include <unostyle.hxx> #include <unoidx.hxx> #include <unofield.hxx> diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx index a8426cf8b438..be51783b955f 100644 --- a/sw/source/core/unocore/unoportenum.cxx +++ b/sw/source/core/unocore/unoportenum.cxx @@ -47,6 +47,7 @@ #include <tox.hxx> #include <unoclbck.hxx> #include <unoobj.hxx> +#include <unorefmark.hxx> #include <unoredline.hxx> #include <unofield.hxx> #include <unometa.hxx> diff --git a/sw/source/core/unocore/unorefmk.cxx b/sw/source/core/unocore/unorefmk.cxx index 6fc3873db49c..25f87488d4d5 100644 --- a/sw/source/core/unocore/unorefmk.cxx +++ b/sw/source/core/unocore/unorefmk.cxx @@ -31,10 +31,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" - #include <vos/mutex.hxx> #include <vcl/svapp.hxx> #include <unoobj.hxx> +#include <unorefmark.hxx> #include <unomap.hxx> #include <unocrsr.hxx> #include <doc.hxx> diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx index 7bcb064c8ced..c16498a51979 100644 --- a/sw/source/core/unocore/unotext.cxx +++ b/sw/source/core/unocore/unotext.cxx @@ -40,6 +40,7 @@ #include <vcl/svapp.hxx> #include <rtl/uuid.h> #include <unoobj.hxx> +#include <unorefmark.hxx> #include <unoport.hxx> #include <unotbl.hxx> #include <unoidx.hxx> |