summaryrefslogtreecommitdiff
path: root/sw/inc/TextCursorHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/TextCursorHelper.hxx')
-rw-r--r--sw/inc/TextCursorHelper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/TextCursorHelper.hxx b/sw/inc/TextCursorHelper.hxx
index 731cccf33c58..b5e511037d91 100644
--- a/sw/inc/TextCursorHelper.hxx
+++ b/sw/inc/TextCursorHelper.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,10 +44,10 @@ public:
//XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException);
- virtual const SwPaM* GetPaM() const = 0;
- virtual SwPaM* GetPaM() = 0;
- virtual const SwDoc* GetDoc() const = 0;
- virtual SwDoc* GetDoc() = 0;
+ virtual const SwPaM* GetPaM() const = 0;
+ virtual SwPaM* GetPaM() = 0;
+ virtual const SwDoc* GetDoc() const = 0;
+ virtual SwDoc* GetDoc() = 0;
};
#endif // _SW_TEXTCURSORHELPER_HXX