summaryrefslogtreecommitdiff
path: root/sw/source/core/access
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/access
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/access')
-rw-r--r--sw/source/core/access/accpara.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx
index cf24aaa87065..29464206c24b 100644
--- a/sw/source/core/access/accpara.cxx
+++ b/sw/source/core/access/accpara.cxx
@@ -34,7 +34,7 @@
#include <txtfrm.hxx>
#include <ndtxt.hxx>
#include <pam.hxx>
-#include <unoobj.hxx>
+#include <unotextrange.hxx>
#include <unotextcursor.hxx>
#include <crstate.hxx>
#include <accmap.hxx>