summaryrefslogtreecommitdiff
path: root/sw/inc/unotextrange.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unotextrange.hxx')
-rw-r--r--sw/inc/unotextrange.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unotextrange.hxx b/sw/inc/unotextrange.hxx
index 13b020957f0b..785d9dbac41d 100644
--- a/sw/inc/unotextrange.hxx
+++ b/sw/inc/unotextrange.hxx
@@ -36,7 +36,7 @@
#include <unobaseclass.hxx>
class SwDoc;
-class SwUnoCrsr;
+class SwUnoCursor;
class SwFrameFormat;
class SW_DLLPUBLIC SwUnoInternalPaM
@@ -252,8 +252,8 @@ typedef ::cppu::WeakImplHelper
struct SwXTextRanges : public SwXTextRanges_Base
{
- virtual SwUnoCrsr* GetCursor() =0;
- static SwXTextRanges* Create(SwPaM* const pCrsr);
+ virtual SwUnoCursor* GetCursor() =0;
+ static SwXTextRanges* Create(SwPaM* const pCursor);
static const css::uno::Sequence< sal_Int8 >& getUnoTunnelId();
};