summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/acorrect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/acorrect.hxx')
-rw-r--r--sw/source/core/inc/acorrect.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/acorrect.hxx b/sw/source/core/inc/acorrect.hxx
index 47870f03196b..1f6001822e7f 100644
--- a/sw/source/core/inc/acorrect.hxx
+++ b/sw/source/core/inc/acorrect.hxx
@@ -58,9 +58,9 @@ public:
virtual ~SwAutoCorrDoc();
virtual bool Delete( sal_Int32 nStt, sal_Int32 nEnd ) SAL_OVERRIDE;
- virtual bool Insert( sal_Int32 nPos, const OUString& rTxt ) SAL_OVERRIDE;
- virtual bool Replace( sal_Int32 nPos, const OUString& rTxt ) SAL_OVERRIDE;
- virtual bool ReplaceRange( sal_Int32 nPos, sal_Int32 nLen, const OUString& rTxt ) SAL_OVERRIDE;
+ virtual bool Insert( sal_Int32 nPos, const OUString& rText ) SAL_OVERRIDE;
+ virtual bool Replace( sal_Int32 nPos, const OUString& rText ) SAL_OVERRIDE;
+ virtual bool ReplaceRange( sal_Int32 nPos, sal_Int32 nLen, const OUString& rText ) SAL_OVERRIDE;
virtual bool SetAttr( sal_Int32 nStt, sal_Int32 nEnd, sal_uInt16 nSlotId,
SfxPoolItem& ) SAL_OVERRIDE;