summaryrefslogtreecommitdiff
path: root/sw/inc/unotextcursor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unotextcursor.hxx')
-rw-r--r--sw/inc/unotextcursor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unotextcursor.hxx b/sw/inc/unotextcursor.hxx
index f8fa7463d2e5..998a092e326d 100644
--- a/sw/inc/unotextcursor.hxx
+++ b/sw/inc/unotextcursor.hxx
@@ -45,7 +45,7 @@
class SwDoc;
struct SwPosition;
-class SwUnoCrsr;
+class SwUnoCursor;
typedef ::cppu::WeakImplHelper
< css::lang::XServiceInfo
@@ -89,7 +89,7 @@ public:
SwPaM const& rSourceCursor,
const enum CursorType eType = CURSOR_ALL);
- SwUnoCrsr& GetCursor();
+ SwUnoCursor& GetCursor();
bool IsAtEndOfMeta() const;
void DeleteAndInsert(OUString const& rText,