From a4c1867acecc8567ee38064ecf10a81d7448b903 Mon Sep 17 00:00:00 2001 From: os Date: Tue, 28 Dec 2010 12:04:40 +0100 Subject: #i115916# replacements of one character to multiple characters fixed --- editeng/inc/editeng/svxacorr.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'editeng/inc') diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx index 1ef6bad09d9b..3d543cd59a9e 100644 --- a/editeng/inc/editeng/svxacorr.hxx +++ b/editeng/inc/editeng/svxacorr.hxx @@ -79,6 +79,7 @@ public: virtual BOOL Delete( xub_StrLen nStt, xub_StrLen nEnd ) = 0; virtual BOOL Insert( xub_StrLen nPos, const String& rTxt ) = 0; virtual BOOL Replace( xub_StrLen nPos, const String& rTxt ) = 0; + virtual BOOL ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt ) = 0; virtual BOOL SetAttr( xub_StrLen nStt, xub_StrLen nEnd, USHORT nSlotId, SfxPoolItem& ) = 0; -- cgit