summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-01-05 16:37:46 +0100
committerMichael Stahl <mst@openoffice.org>2010-01-05 16:37:46 +0100
commite23c9ccd3e9e8d415d0bbab189e2de5ba48b42e9 (patch)
tree9991ab227ef357c5fb2be9561872ae4d28ba4c7d /sw/source/core/txtnode
parent3d404991d52a130cf2144bcf3aec2ea52859d31f (diff)
swunolocking1: #i105557#: unoobj.hxx: split out unotextrange.hxx:
move SwXTextRange, SwXTextRanges from unoobj.hxx to new unotextrange.hxx. move SwUnoInternalPaM to unotextrange.hxx.
Diffstat (limited to 'sw/source/core/txtnode')
-rw-r--r--sw/source/core/txtnode/fmtatr2.cxx2
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/txtnode/fmtatr2.cxx b/sw/source/core/txtnode/fmtatr2.cxx
index 8093a84dbbd9..405358adac59 100644
--- a/sw/source/core/txtnode/fmtatr2.cxx
+++ b/sw/source/core/txtnode/fmtatr2.cxx
@@ -57,7 +57,7 @@
#include <ndtxt.hxx> // for meta
#include <doc.hxx> // for meta
#include <unometa.hxx>
-#include <unoobj.hxx> // SwXTextRange
+#include <unotextrange.hxx>
#include <docsh.hxx>
#include <svtools/zforlist.hxx> // GetNumberFormat
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index 46b105723a1d..8e83c3cb9ded 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -4973,7 +4973,7 @@ bool SwTxtNode::IsInContent() const
}
#include <unoparagraph.hxx>
-#include <unoobj.hxx>
+#include <unotextrange.hxx>
::com::sun::star::uno::Reference< ::com::sun::star::rdf::XMetadatable >
SwTxtNode::MakeUnoObject()